Share via


MimeParameterReader.ReadNextParameter method

The ReadNextParameter method reads the next parameter.

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

Syntax

'Declaration
Public Function ReadNextParameter As Boolean
'Usage
Dim instance As MimeParameterReader
Dim returnValue As Boolean

returnValue = instance.ReadNextParameter()
public bool ReadNextParameter()

Return value

Type: System.Boolean
The ReadNextParameter method returns true if there is another parameter to read.

See also

Reference

MimeParameterReader structure

MimeParameterReader members

Microsoft.Exchange.Data.Mime namespace