Contact.UserSMIMECertificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a binary array encoding the contact’s SMIME certificate. This property was introduced in Exchange Server 2010 SP2 and the Exchange Web Services (EWS) Managed API 1.2.
public:
property cli::array <cli::array <System::Byte> ^> ^ UserSMIMECertificate { cli::array <cli::array <System::Byte> ^> ^ get(); };
public byte[][] UserSMIMECertificate { get; }
Public ReadOnly Property UserSMIMECertificate As Byte()()
Property Value
Byte[][]
A SMIME certificate.