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
Public Property UsePreferMessageFormat As Boolean
    Get
    Set
'Usage
Dim instance As MailUser
Dim value As Boolean

value = instance.UsePreferMessageFormat

instance.UsePreferMessageFormat = value
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.

See also

Reference

MailUser class

MailUser members

Microsoft.Exchange.Data.Directory.Management namespace