Share via


TnefReader.StreamOffset property

The StreamOffset property gets an integer representing the current position in the TNEF stream that this TnefReader object owns.

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

Syntax

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

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

Property value

Type: System.Int32

See also

Reference

TnefReader class

TnefReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace