FetchAttachment
FetchAttachment(IConnection, int, string)
获取指定的附件
public Attachment FetchAttachment(IConnection connection, int sequenceNumber, string attachmentName)
| 范围 | 类型 | 描述 |
|---|---|---|
| connection | IConnection | 连接到服务器 |
| sequenceNumber | Int32 | 消息的序号 |
| attachmentName | String | 附件名称 |
返回值
Attachment代表着执着
也可以看看
- class Attachment
- interface IConnection
- class ImapClient
- 命名空间 Aspose.Email.Clients.Imap
- 部件 Aspose.Email
FetchAttachment(int, string)
获取指定的附件
public Attachment FetchAttachment(int sequenceNumber, string attachmentName)
| 范围 | 类型 | 描述 |
|---|---|---|
| sequenceNumber | Int32 | 消息的序号 |
| attachmentName | String | 附件名称 |
返回值
Attachment代表着执着
也可以看看
- class Attachment
- class ImapClient
- 命名空间 Aspose.Email.Clients.Imap
- 部件 Aspose.Email