EmailMailbox.GetConversationAsync(String) 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.
Asynchronously gets the specified email conversation.
public:
virtual IAsyncOperation<EmailConversation ^> ^ GetConversationAsync(Platform::String ^ id) = GetConversationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailConversation> GetConversationAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailConversation> GetConversationAsync(string id);
function getConversationAsync(id)
Public Function GetConversationAsync (id As String) As IAsyncOperation(Of EmailConversation)
Parameters
- id
-
String
Platform::String
winrt::hstring
The ID of the email conversation to retrieve.
Returns
Returns the email conversation specified by the id parameter.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|