ImapClient.FetchAttachment
Contents
[
Hide
]FetchAttachment(IConnection, int, string)
Fetches the specified attachment
public Attachment FetchAttachment(IConnection connection, int sequenceNumber, string attachmentName)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| sequenceNumber | Int32 | The sequence number of a message |
| attachmentName | String | A name of attachment |
Return Value
Attachment that represents attachment
See Also
- class Attachment
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
FetchAttachment(int, string)
Fetches the specified attachment
public Attachment FetchAttachment(int sequenceNumber, string attachmentName)
| Parameter | Type | Description |
|---|---|---|
| sequenceNumber | Int32 | The sequence number of a message |
| attachmentName | String | A name of attachment |
Return Value
Attachment that represents attachment
See Also
- class Attachment
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email