| ImapGetTextByNumberAsync Method (ListMimeTextStructure) |
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task GetTextByNumberAsync(
List<MimeTextStructure> structures
)
Public Function GetTextByNumberAsync (
structures As List(Of MimeTextStructure)
) As Task
public:
Task^ GetTextByNumberAsync(
List<MimeTextStructure^>^ structures
)
member GetTextByNumberAsync :
structures : List<MimeTextStructure> -> Task
Parameters
- structures
- Type: System.Collections.GenericListMimeTextStructure
List of MIME entity to get data for.
Return Value
Type:
TaskA task that represents the asynchronous get text operation.
See Also