Share via


MacBinaryHeader.FileType property

The FileType property gets or sets an integer value representing the Type field in the Mac Binary header that this MacBinaryHeader object represents.

Namespace:  Microsoft.Exchange.Data.Mime.Encoders
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property FileType As Integer
    Get
    Set
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer

value = instance.FileType

instance.FileType = value
public int FileType { get; set; }

Property value

Type: System.Int32
An Apple-defined four byte sequence encoding for the file type.

See also

Reference

MacBinaryHeader class

MacBinaryHeader members

Microsoft.Exchange.Data.Mime.Encoders namespace