Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 712 Bytes

File metadata and controls

28 lines (16 loc) · 712 Bytes

CustomAttachmentPrepareFilesTransferResponse

A AttachmentPrepareFilesTransfer object

Properties

Name Type Description Notes
sAttachmentName String The name of the Attachment
sAttachmentMD5 String The MD5 of the Attachment
eAttachmentAction EAttachmentActionEnum Returns the action required for the attachment

Enum: EAttachmentActionEnum

Name Value
ACCEPT "Accept"
DISCARD "Discard"
OVERWRITE "Overwrite"
REJECT "Reject"
RESTORE "Restore"