UserProperties of Original Mail item are not copied

Add-in Express™ Support Service
That's what is more important than anything else

UserProperties of Original Mail item are not copied
UserProperties of Original Mail item are not copied 
shravan chintapatla


Guest


Hi,

I set Userproperties while composing a mailitem,when sending a mail,i copy the composed mail

Outlook.MailItem newmailitem= (Outlook.MailItem)composedmailitem.Copy();
  newmailitem.move(destinationFolder)


but when open mail item from destination Folder,Userproperties does not exist.So how can Copy Userproperties for above scenario.
Posted 05 May, 2014 06:50:50 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Shravan,

Check that you save the item with userproperties added before you call composedmailitem.Copy().


Andrei Smolin
Add-in Express Team Leader
Posted 05 May, 2014 09:48:43 Top