Share via


MailContact.MacAttachmentFormat property

Gets or sets the format of attachments sent to the mail contact 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
Public Property MacAttachmentFormat As MacAttachmentFormat
    Get
    Set
'Usage
Dim instance As MailContact
Dim value As MacAttachmentFormat

value = instance.MacAttachmentFormat

instance.MacAttachmentFormat = value
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 contact who is using the Mac OS.

Remarks

The acceptable values for this property 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.

See also

Reference

MailContact class

MailContact members

Microsoft.Exchange.Data.Directory.Management namespace