BinHexDecoder.DataForkOnly Property

The DataForkOnly property gets or sets a Boolean value that determines whether the resource fork is included in the output.

Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Property DataForkOnly As Boolean
public bool DataForkOnly { get; set; }
public:
property bool DataForkOnly {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DataForkOnly ()

/** @property */
public void set_DataForkOnly (boolean value)
public function get DataForkOnly () : boolean

public function set DataForkOnly (value : boolean)

Property Value

The DataForkOnly property returns true if only the data fork is to be included in the conversion result. If the resource fork is to be included also, the property returns false.

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