Share via


MacBinaryHeader.FileCreator property

The FileCreator property gets or sets the Creator field of the Mac Binary Header represented by this MacBinaryHeader object.

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

Syntax

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

value = instance.FileCreator

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

Property value

Type: System.Int32
The FileCreator property returns an Apple-defined four-byte ASCII sequence identifying the application that created the BinHex stream associated with this MacBinaryHeader object.

See also

Reference

MacBinaryHeader class

MacBinaryHeader members

Microsoft.Exchange.Data.Mime.Encoders namespace