TnefPropertyReader.ReadNextProperty method
The ReadNextProperty method moves to the next property.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadNextProperty As Boolean
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Boolean
returnValue = instance.ReadNextProperty()
public bool ReadNextProperty()
Return value
Type: System.Boolean
The ReadNextProperty method returns true if there was another property to which to move. Otherwise, ReadNextProperty returns false.