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
public int FileCreator { get; set; }
public:
property int FileCreator {
    int get ();
    void set (int value);
}
/** @property */
public int get_FileCreator ()

/** @property */
public void set_FileCreator (int value)
public function get FileCreator () : int

public function set FileCreator (value : int)

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003