EmailMailbox.GetMessageReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|