Share via


MacBinaryHeader.ResourceForkLength property

The ResourceForkLength property gets or sets the ResourceFork size field of the Mac Binary header that this MacBinaryHeader object owns.

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

Syntax

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

value = instance.ResourceForkLength

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

Property value

Type: System.Int64

See also

Reference

MacBinaryHeader class

MacBinaryHeader members

Microsoft.Exchange.Data.Mime.Encoders namespace