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