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
    Get
'Usage
Dim instance As MimeReader
Dim value As Long

value = instance.StreamOffset
public long StreamOffset { get; }

Property Value

Type: System.Int64

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.