Table of Contents

Enum AttachmentType

Namespace
Shift.Constant
Assembly
Shift.Common.dll
public enum AttachmentType
Extension Methods

Fields

Archive = 1

An attachment for which the file name extension indicates an archive (.zip, .7z).

Document = 2

An attachment for which the file name extension indicates a document (.doc, .docx, .htm, .html, .pdf, .txt, .xls, xlsx).

Image = 3

An attachment for which the file name extension indicates an image (.bmp, .gif, .jpg, .png).

Unknown = 0

An attachment for which the type is undefined and/or unknown.