| ImapGetTextByNumber Method (MimeTextStructure, Int64) |
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string GetTextByNumber(
MimeTextStructure structure,
long count
)
Public Function GetTextByNumber (
structure As MimeTextStructure,
count As Long
) As String
public:
String^ GetTextByNumber(
MimeTextStructure^ structure,
long long count
)
member GetTextByNumber :
structure : MimeTextStructure *
count : int64 -> 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:
StringPart's data -or- null if server responds with NIL response.
See Also