Share via


MailUser.UsePreferMessageFormat Property

Gets or sets a value that indicates whether the message format settings configured for the mail user override the global settings configured for the remote domain.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UsePreferMessageFormat As Boolean
    Get
    Set
'Usage
Dim instance As MailUser
Dim value As Boolean

value = instance.UsePreferMessageFormat

instance.UsePreferMessageFormat = value
[ParameterAttribute(Mandatory = false)]
public bool UsePreferMessageFormat { get; set; }

Property Value

Type: System.Boolean
true if the message format settings configured for the mail user override the global settings; otherwise, false.