User Properties

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

User Properties
 
SSL




Posts: 178
Joined: 2014-01-05
Hi Andrei,

I am currently setting some user properties within an email, it looks like these properties are being kept and received by another user (within the office who also uses exchange, I think it only happens with internal emails.)

Although I use:
   email.PropertyAccessor.SetProperty("http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-000000000046}/8582000B", False)
. To stop sending any user properties as a "winmail.dat" attachment.

How else can I stop userproperties being sent within the email I am trying to send.

Regards,

Tom
Posted 15 Dec, 2014 09:30:23 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Tom,

You can delete all of them in the ItemSend event.


Andrei Smolin
Add-in Express Team Leader
Posted 16 Dec, 2014 08:07:14 Top
SSL




Posts: 178
Joined: 2014-01-05
Hi Andrei,

Although I set user properties, if I delete them on send, will it still keep the user properties I assigned in the sent email ie the copy that is put into "sent items folder", as I need to keep the user properties in that email, but not in the one that is being physically sent if that makes sense.

Regards,

Tom
Posted 17 Dec, 2014 03:44:37 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Tom,

Can you create these UserProperties after the email is sent, when it falls to the Sent Items folder?


Andrei Smolin
Add-in Express Team Leader
Posted 17 Dec, 2014 04:22:25 Top