 | ImapGetDataByUID(MimeStructure, Int64) Method |
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic byte[] GetDataByUID(
MimeStructure structure,
long count
)
Public Function GetDataByUID (
structure As MimeStructure,
count As Long
) As Byte()
public:
array<unsigned char>^ GetDataByUID(
MimeStructure^ structure,
long long count
)
member GetDataByUID :
structure : MimeStructure *
count : int64 -> byte[] Parameters
- structure MimeStructure
- MIME entity to get data for.
- count Int64
- Number of bytes (decoded) to get.
Return Value
BytePart's data -or- null if server responds with NIL response.
See Also