ImapClient.FetchAttachment

FetchAttachment(IConnection, int, string)

Fetches the specified attachment

public Attachment FetchAttachment(IConnection connection, int sequenceNumber, string attachmentName)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberInt32The sequence number of a message
attachmentNameStringA name of attachment

Return Value

Attachment that represents attachment

See Also


FetchAttachment(int, string)

Fetches the specified attachment

public Attachment FetchAttachment(int sequenceNumber, string attachmentName)
ParameterTypeDescription
sequenceNumberInt32The sequence number of a message
attachmentNameStringA name of attachment

Return Value

Attachment that represents attachment

See Also