Share via


MacBinaryHeader.DataForkLength property

The DataForkLength property gets or sets the length in bytes of the data fork of the BinHex data associated with this MacBinaryHeader object.

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

Syntax

'Declaration
Public Property DataForkLength As Long
    Get
    Set
'Usage
Dim instance As MacBinaryHeader
Dim value As Long

value = instance.DataForkLength

instance.DataForkLength = value
public long DataForkLength { get; set; }

Property value

Type: System.Int64

See also

Reference

MacBinaryHeader class

MacBinaryHeader members

Microsoft.Exchange.Data.Mime.Encoders namespace