IAttachments 接口

定义

附件操作。

public interface IAttachments
type IAttachments = interface
Public Interface IAttachments
派生

方法

GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

GetAttachmentInfo。

GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

GetAttachment。

扩展方法

GetAttachment(IAttachments, String, String)

附件操作。

GetAttachmentAsync(IAttachments, String, String, CancellationToken)

GetAttachment。

GetAttachmentInfo(IAttachments, String)

附件操作。

GetAttachmentInfoAsync(IAttachments, String, CancellationToken)

GetAttachmentInfo。

GetAttachmentStream(IAttachments, String, String)

附件操作。

GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken)

附件操作。

适用于