OutLook security automation using c#.NET ContactItem::userCertific

T

tejaswi

OutLook security automation using c#.NET ContactItem::userCertificate


hi,

I am Trying to automate the process of adding security certificate for
users in outlook contacts.

I use c#.NET to set the certificate using:

ContactItem 's userCertificate property
e.g.
contact.userCertificate = "c:\...\xx.cer";

This seeems to be not working always. In the msdn documentation it is
written that this property of `contactItem` class is depricated and is not
intended for use in the code.

I need a very reliable way of setting the user's certificate in
outlook contacts programmatically . Please suggest me if there is a way of
doing this.

thanks,
teja .
 

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