AttachmentType

public enum AttachmentType

Attachment type.

  • file: The attachment is a file in local disk.
  • html: The attachment is an HTML string.
  • data: The attachment is some raw data.