Gets the data for specified part.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public byte[] GetMimePartByUID( long uid, MimeStructure part ) |
| Visual Basic |
|---|
Public Function GetMimePartByUID ( _ uid As Long, _ part As MimeStructure _ ) As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ GetMimePartByUID( long long uid, MimeStructure^ part ) |
Parameters
- uid
- Type: System..::..Int64
Unique-id of the message to get.
- part
- Type: Limilabs.Client.IMAP..::..MimeStructure
Mime part to get.