MimeAddressReader.ReadNextAddress method
The ReadNextAddress method moves to the next address in the header.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadNextAddress As Boolean
'Usage
Dim instance As MimeAddressReader
Dim returnValue As Boolean
returnValue = instance.ReadNextAddress()
public bool ReadNextAddress()
Return value
Type: System.Boolean
The ReadNextAddress method returns true if it successfully moved to the next address header. The ReadNextAddress method returns false if no more address headers are present or if the MimeAddressReader is not currently positioned on an address header.