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

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public const string OtherPeople

Field Value

Type: String
Gets "AddressBook" string.
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(String, CertStoreType, String) constructor.

See Also