A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Regarding outlook UserProperty



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 12th 07, 08:49 AM posted to microsoft.public.outlook.program_addins
Bharathi
external usenet poster
 
Posts: 7
Default Regarding outlook UserProperty

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  
Old October 12th 07, 03:19 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Regarding outlook UserProperty

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:19 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.