| Imap.PeekTextByUIDAsync Method (MimeTextStructure, Int64) |
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<string> PeekTextByUIDAsync(
MimeTextStructure structure,
long count
)
Public Function PeekTextByUIDAsync (
structure As MimeTextStructure,
count As Long
) As Task(Of String)
public:
Task<String^>^ PeekTextByUIDAsync(
MimeTextStructure^ structure,
long long count
)
member PeekTextByUIDAsync :
structure : MimeTextStructure *
count : int64 -> Task<string>
Parameters
- structure
- Type: Limilabs.Client.IMAP.MimeTextStructure
MIME entity to get data for. - count
- Type: System.Int64
Number of bytes (decoded) to get.
Return Value
Type:
Task<String>Part's data -or- null if server responds with NIL response.
See Also