EmailMailbox.GetConversationReader 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
GetConversationReader() |
Gets or creates an email conversation reader for this mailbox if one does not already exist. |
GetConversationReader(EmailQueryOptions) |
Gets or creates an email conversation reader for this mailbox using the specified query options. |
GetConversationReader()
Gets or creates an email conversation reader for this mailbox if one does not already exist.
public:
virtual EmailConversationReader ^ GetConversationReader() = GetConversationReader;
/// [Windows.Foundation.Metadata.Overload("GetConversationReader")]
EmailConversationReader GetConversationReader();
[Windows.Foundation.Metadata.Overload("GetConversationReader")]
public EmailConversationReader GetConversationReader();
function getConversationReader()
Public Function GetConversationReader () As EmailConversationReader
Returns
The email conversation reader.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|
See also
Applies to
GetConversationReader(EmailQueryOptions)
Gets or creates an email conversation reader for this mailbox using the specified query options.
public:
virtual EmailConversationReader ^ GetConversationReader(EmailQueryOptions ^ options) = GetConversationReader;
/// [Windows.Foundation.Metadata.Overload("GetConversationReaderWithOptions")]
EmailConversationReader GetConversationReader(EmailQueryOptions const& options);
[Windows.Foundation.Metadata.Overload("GetConversationReaderWithOptions")]
public EmailConversationReader GetConversationReader(EmailQueryOptions options);
function getConversationReader(options)
Public Function GetConversationReader (options As EmailQueryOptions) As EmailConversationReader
Parameters
- options
- EmailQueryOptions
The email query options to use when creating the conversation reader.
Returns
The new or existing conversation reader.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|