Can this be done by VB Add-in?

  • Thread starter Thread starter song
  • Start date Start date
S

song

Hi,

Is there any easy way ( no third party component or extended mapi call) to
by pass security prompt while VB Add-In add/modify a property to a message
of Outlook?

If not, so is it possible? How?

Thank you
 
Thank you for your reply.

I mean create a named property, like EmailAddress of a contact, to the
message of calendar.
For example, create an extra property called templateId to a calendar Item.

Can this be done by VB add-in? How?

Thank you
 
You can use the AppointmentItem.UserProperties.Add method to add a custom
property to an individual item. I don't see what this has to do with your
earlier question on bypassing Outlook security.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top