![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
I am inserting userProperty to the outlook mail using C#, but i am unable to view them when i receive the mail in gmail. Is there any way to insert user properties in outlook mail in such a way that I can view them from gmail? I am not allowed to use CDO 1.21 / Extended MAPI or Third Party software. Regards, Bharathi |
#2
|
|||
|
|||
![]()
Outlook user properties don't travel well over the Internet. At minimum
you'd have to send the item as Rich Text and hope that the format wasn't changed when the items go out (a lot of local and server settings affect that) and that the recipient was using Outlook and that the servers along the way didn't strip out the TNEF wrapper that appears as winmail.dat when things go wrong or the email is received by a non-Outlook client. Usually people use x-headers if they want to send some property information over the Internet. However, unless you are using Outlook 2007 and use PropertyAccessor to produce the MAPI properties that will get translated into x-headers when the item is sent out you can't use the Outlook object model to produce the x-header. You'd have to use an alternate API such as Extended MAPI or CDO 1.21 (not supported in managed code) or a 3rd party library such as Redemption (www.dimastr.com/redemption). -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Bharathi" wrote in message ... Hi, I am inserting userProperty to the outlook mail using C#, but i am unable to view them when i receive the mail in gmail. Is there any way to insert user properties in outlook mail in such a way that I can view them from gmail? I am not allowed to use CDO 1.21 / Extended MAPI or Third Party software. Regards, Bharathi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to add a UserProperty to a MAPIFolder? | Jeff | Outlook and VBA | 4 | November 8th 06 11:10 PM |
AdvancedSearch on Userproperty 'Metro' of Custom contact form 'MyContact'. | [email protected] | Outlook - General Queries | 0 | April 28th 06 04:47 PM |
Determine if a Folder contains a UserProperty | Rog | Add-ins for Outlook | 3 | April 10th 06 06:54 PM |
SaveAs() sometimes loses userProperty! | PuppetMaster | Add-ins for Outlook | 3 | January 24th 06 11:49 AM |
SaveAs() sometimes loses userProperty! | PuppetMaster | Outlook and VBA | 3 | January 24th 06 11:49 AM |