MailUser.MessageFormat Property
Gets or sets the format of messages that are sent to the mail user.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MessageFormat As MessageFormat
Get
Set
'Usage
Dim instance As MailUser
Dim value As MessageFormat
value = instance.MessageFormat
instance.MessageFormat = value
[ParameterAttribute(Mandatory = false)]
public MessageFormat MessageFormat { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Directory.Recipient.MessageFormat
One of the enumeration values that specifies the format of messages that are sent to the mail user.
Remarks
By default, this property is set to Mime.
See Also