| ImapPeekTextByUIDAsync Method (ListMimeTextStructure) |
Peeks text data of the specified part using
UID. Fills
Text.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task PeekTextByUIDAsync(
List<MimeTextStructure> structures
)
Public Function PeekTextByUIDAsync (
structures As List(Of MimeTextStructure)
) As Task
public:
Task^ PeekTextByUIDAsync(
List<MimeTextStructure^>^ structures
)
member PeekTextByUIDAsync :
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 peek text operation.
See Also