EmailFolder.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 an instance of the EmailMessageReader class. |
GetMessageReader(EmailQueryOptions) |
Gets an instance of the EmailMessageReader class using the specified query options. |
GetMessageReader()
Gets an instance of the EmailMessageReader class.
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 message reader.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|
See also
Applies to
GetMessageReader(EmailQueryOptions)
Gets an instance of the EmailMessageReader class 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 query options to use when finding the message reader.
Returns
The message reader that matches the query options.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|