IAttachments Interface

Definition

Attachments operations.

public interface IAttachments
type IAttachments = interface
Public Interface IAttachments
Derived

Methods

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

GetAttachmentInfo.

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

GetAttachment.

Extension Methods

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)

Applies to