Enum AttachmentKind
The kind of a message attachment. Determines how the client renders it (ASCII preview for images, a play affordance for audio, a download line for files).
public enum AttachmentKind
Fields
Audio = 1File = 2Image = 0
The kind of a message attachment. Determines how the client renders it (ASCII preview for images, a play affordance for audio, a download line for files).
public enum AttachmentKind
Audio = 1File = 2Image = 0