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