Contact.MSExchangeCertificate Property

Definition

Gets a binary array encoding the contact’s Microsoft Exchange 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> ^> ^ MSExchangeCertificate { cli::array <cli::array <System::Byte> ^> ^ get(); };
public byte[][] MSExchangeCertificate { get; }
Public ReadOnly Property MSExchangeCertificate As Byte()()

Property Value

Byte[][]

A Microsoft Exchange certificate.

Applies to