MailUser.MacAttachmentFormat Property

Gets or sets the format of attachments sent to the mail user who is using the Mac OS.

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

Syntax

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

value = instance.MacAttachmentFormat

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

Property Value

Type: Microsoft.Exchange.Data.Directory.Recipient.MacAttachmentFormat
One of the enumeration values that specifies the format of attachments sent to the mail user who is using the Mac OS.

Remarks

By default, this property is set to BinHex.

The acceptable values for this property are dependent on the value of the MessageFormat property. If the MessageFormat property is set to Text, you can only use BinHex or UuEncode values for this property. If the MessageFormat property is set to Mime, you can only use BinHex, AppleSingle, or AppleDouble values for this property.