EmailConversationBatch.Conversations Property
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.
Gets a list of EmailConversation objects to use for batch processing.
public:
property IVectorView<EmailConversation ^> ^ Conversations { IVectorView<EmailConversation ^> ^ get(); };
IVectorView<EmailConversation> Conversations();
public IReadOnlyList<EmailConversation> Conversations { get; }
var iVectorView = emailConversationBatch.conversations;
Public ReadOnly Property Conversations As IReadOnlyList(Of EmailConversation)
Property Value
A list of EmailConversation objects to use for batch processing.
Windows requirements
App capabilities |
email
emailSystem
|