AttachmentIcons

EmailLoadOptions.AttachmentIcons property

Gets or sets the list of attachment icons. The list can be customized to provide specific icons for different file types. By default, contains common file type icons.

public IList<AttachmentIcon> AttachmentIcons { get; set; }

See Also