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 GetEmbeddedMessageReader method returns a MimeReader object for an embedded message.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetEmbeddedMessageReader As MimeReader
'Usage
Dim instance As MimeReader
Dim returnValue As MimeReader
returnValue = instance.GetEmbeddedMessageReader()
public MimeReader GetEmbeddedMessageReader()
Return value
Type: Microsoft.Exchange.Data.Mime.MimeReader
Remarks
The GetEmbeddedMessageReader method can only be called immediately after a call to the ReadNextPart method.