MimeWriter.StreamOffset Property

The StreamOffset property gets an integer indicating the number of bytes written so far.

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

Syntax

'Declaration
Public ReadOnly Property StreamOffset As Integer
    Get
'Usage
Dim instance As MimeWriter
Dim value As Integer

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

Property Value

Type: System.Int32