Mailbox.UserSMimeCertificate Property

Gets or sets the SMIME certificate used to sign the user’s e-mail messages.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UserSMimeCertificate As MultiValuedProperty(Of Byte())
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of Byte())

value = instance.UserSMimeCertificate

instance.UserSMimeCertificate = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<byte[]> UserSMimeCertificate { get; set; }

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<[]>
One or more SMIME certificates.