AttachmentType
The possible types of Attachments.
enum AttachmentType {
API_ATTACHMENT
ATTACHMENT
MAILED_ATTACHMENT
MALICIOUS_ATTACHMENT
SUSPICIOUS_ATTACHMENT
UPLOADED_ATTACHMENT
}
Values
AttachmentType.API_ATTACHMENT
API attachment.
AttachmentType.ATTACHMENT
Simple attachment.
AttachmentType.MAILED_ATTACHMENT
Incoming mail attachment.
AttachmentType.MALICIOUS_ATTACHMENT
Incoming mail attachment flagged as malicious
AttachmentType.SUSPICIOUS_ATTACHMENT
Incoming mail attachment flagged as suspicious
AttachmentType.UPLOADED_ATTACHMENT
Uploaded attachment.
Member of
Attachment object ● ConversationAttachment object