Sdílet prostřednictvím


EmailMailbox.GetMessageReader Method

Definition

Overloads

GetMessageReader()

Gets or creates an email message reader for this mailbox if one does not already exist.

GetMessageReader(EmailQueryOptions)

Gets or creates an email conversation reader for this mailbox using the specified query options.

GetMessageReader()

Gets or creates an email message reader for this mailbox if one does not already exist.

public:
 virtual EmailMessageReader ^ GetMessageReader() = GetMessageReader;
/// [Windows.Foundation.Metadata.Overload("GetMessageReader")]
EmailMessageReader GetMessageReader();
[Windows.Foundation.Metadata.Overload("GetMessageReader")]
public EmailMessageReader GetMessageReader();
function getMessageReader()
Public Function GetMessageReader () As EmailMessageReader

Returns

The new or existing email message reader.

Attributes

Windows requirements

App capabilities
email emailSystem

See also

Applies to

GetMessageReader(EmailQueryOptions)

Gets or creates an email conversation reader for this mailbox using the specified query options.

public:
 virtual EmailMessageReader ^ GetMessageReader(EmailQueryOptions ^ options) = GetMessageReader;
/// [Windows.Foundation.Metadata.Overload("GetMessageReaderWithOptions")]
EmailMessageReader GetMessageReader(EmailQueryOptions const& options);
[Windows.Foundation.Metadata.Overload("GetMessageReaderWithOptions")]
public EmailMessageReader GetMessageReader(EmailQueryOptions options);
function getMessageReader(options)
Public Function GetMessageReader (options As EmailQueryOptions) As EmailMessageReader

Parameters

options
EmailQueryOptions

The email query options to use when creating the message reader.

Returns

The new or existing email message reader.

Attributes

Windows requirements

App capabilities
email emailSystem

See also

Applies to