ContactItemType.UserSMIMECertificate Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UserSMIMECertificate As Byte()()
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As Byte()()
value = instance.UserSMIMECertificate
instance.UserSMIMECertificate = value
public byte[][] UserSMIMECertificate { get; set; }
Property Value
Type: []