MailBee.NET Objects 4.0

CertificateStore.OtherPeople Field

Gets the name of the system certificate store containing certificates of other entities such as your address book members.

public const string OtherPeople = "AddressBook";

Remarks

"AddressBook" store corresponds to "Other People" tab of Certificates dialog in Internet Explorer options.

The common use of this store with S/MIME is checking signatures fo e-mails you receive or encrypting e-mails you send.

To open a system certificate store by its name, use CertificateStore constructor.

See Also

CertificateStore Class | MailBee.Security Namespace