Can this be done by VB Add-in?

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
 
S

song

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
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top