Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ReadNextAttribute method reads the next attribute 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 Function ReadNextAttribute As Boolean
'Usage
Dim instance As TnefReader
Dim returnValue As Boolean
returnValue = instance.ReadNextAttribute()
public bool ReadNextAttribute()
Return value
Type: System.Boolean
The ReadNextAttribute method returns true if there was another attribute to read. It returns false if there were no more attributes.