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