| ImapGetTextByUIDAsync Method (MimeTextStructure) |
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task<string> GetTextByUIDAsync(
MimeTextStructure structure
)
Public Function GetTextByUIDAsync (
structure As MimeTextStructure
) As Task(Of String)
public:
Task<String^>^ GetTextByUIDAsync(
MimeTextStructure^ structure
)
member GetTextByUIDAsync :
structure : MimeTextStructure -> Task<string>
Parameters
- structure
- Type: Limilabs.Client.IMAPMimeTextStructure
MIME entity to get data for.
Return Value
Type:
TaskStringPart's data -or- null if server responds with NIL response.
See Also