FetchAttachment

FetchAttachment (1 of 2)

Fetches the specified attachment

Returns: Attachment that represents attachment

FetchAttachment(int32_t sequenceNumber, System::String attachmentName)
ParameterDescription
sequenceNumberThe sequence number of a message
attachmentNameA name of attachment

FetchAttachment (2 of 2)

Fetches the specified attachment

Returns: Attachment that represents attachment

FetchAttachment(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String attachmentName)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of a message
attachmentNameA name of attachment