Enum AttachmentType
public enum AttachmentType
- Extension Methods
Fields
Archive = 1An attachment for which the file name extension indicates an archive (.zip, .7z).
Document = 2An attachment for which the file name extension indicates a document (.doc, .docx, .htm, .html, .pdf, .txt, .xls, xlsx).
Image = 3An attachment for which the file name extension indicates an image (.bmp, .gif, .jpg, .png).
Unknown = 0An attachment for which the type is undefined and/or unknown.