![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: account, contacts, forward, pop3, tasks |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
when i forward contact from action button, the reciver is not able to get the
information in the activity tab (eg: tasks associated with the contact), both sender and reciever uses pop3 accout. note: The above, is possible in exchange |
| Ads |
|
#2
|
|||
|
|||
|
In article ,
=?Utf-8?B?TnVkcmF0aA==?= wrote: when i forward contact from action button, the reciver is not able to get the information in the activity tab (eg: tasks associated with the contact), both sender and reciever uses pop3 accout. note: The above, is possible in exchange Think about that. Those items are stored on your exchange server. Your recipient is not on your exchange server, and can't log onto your exchange server. How could a URL on the activities tab link to anything, especially when only Outlook and Exchange interprets the special URL formatting? You would have to write code that would parse the activities field, open each task, save each task as a vcf text file or, perhaps an oft, then attach all the vcf or oft files to the outgoing message. Then the receiver would have to have code to reverse the sequence. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
|
#3
|
|||
|
|||
|
Firstly Thank you for your quick response!
I really can't justify, the solution did answer my question or not because i am just above novice in computers. I would kindly request you to forword an article or workaround or may be detail instructions to your respose, if you dont mind doing that. I am not able to figure out "when the contact with task included" can be forwarded within the exchange environment to a fellow colleague, why can't I send the "contact with task included" with a pop3 to a recievers pop3 account. Is that the design issue? "Hollis D. Paul" wrote: In article , =?Utf-8?B?TnVkcmF0aA==?= wrote: when i forward contact from action button, the reciver is not able to get the information in the activity tab (eg: tasks associated with the contact), both sender and reciever uses pop3 accout. note: The above, is possible in exchange Think about that. Those items are stored on your exchange server. Your recipient is not on your exchange server, and can't log onto your exchange server. How could a URL on the activities tab link to anything, especially when only Outlook and Exchange interprets the special URL formatting? You would have to write code that would parse the activities field, open each task, save each task as a vcf text file or, perhaps an oft, then attach all the vcf or oft files to the outgoing message. Then the receiver would have to have code to reverse the sequence. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
|
#4
|
|||
|
|||
|
In article ,
=?Utf-8?B?TnVkcmF0aA==?= wrote: why can't I send the "contact with task included" with a pop3 to a recievers pop3 account. Is that the design issue? The design issue is that those included tasks are included by reference , not by value. You do not see the Exchange URL or Outlook ID field that identifies the data item behind the name that appears in the activities list. The Exchange URL or Outlook ID will not have any meaning in the receivers system. Here is an analogy. You send a gift basket to a friend, but wanting to save shipping cost, the basket only contains cards that say 10 pounds of triple cream brie from Ralph's Pretty Good Grocery store, 20 pounds of Apples from Ralph's Pretty Good Grocery store, and 1 case of $10/bottle California Merlot from Ralph's Pretty Good Grocery store. Now, Ralph's Pretty Good Grocery store is the only grocery in your little home town. Your friend lives in New Your City. What is he going to do with the little cards that tell of what is available in Ralph's Pretty Good Grocery store, which doesn't exist in New York City? And no, I do not have an article or workaround that tells you how to do all this. We usually just tell people who request this that it can't be done. But, you can search through the coding examples at www.outlook-code.com and www.slipstick.com, to see if anything has been developed in recent history. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't send e-mail through POP3 account | Simon Willcox | Outlook - General Queries | 3 | February 11th 06 03:45 AM |
| setting up a POP3 account | chamberskb | Outlook - Installation | 0 | February 9th 06 02:28 AM |
| How do I set up an account I don't know if it is a pop3, http,etc | Lost | Outlook - General Queries | 1 | February 6th 06 10:30 PM |
| POP3 account automatic creation | Andrea A | Outlook - General Queries | 0 | January 31st 06 03:25 PM |
| Outlook Exchange Server account to POP3 | jbb | Outlook - Installation | 1 | January 28th 06 02:40 AM |