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)

添付ファイルの操作。

適用対象