Share via


MimeReader.StreamOffset Property

The StreamOffset parameter gets a value that indicates the number of bytes that this MimeReader object has read from its input stream.

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

Syntax

'Declaration
Public ReadOnly Property StreamOffset As Long
public long StreamOffset { get; }
public:
property long long StreamOffset {
    long long get ();
}
/** @property */
public long get_StreamOffset ()
public function get StreamOffset () : long

Remarks

The StreamOffset property may differ from the input stream position. For example, it would differ if the input stream position was not zero when it was used to create this MimeReader 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