Hierarchy

  • ParsedMsg

Constructors

Accessors

  • get messageClass(): string
  • Check .msg file usage

    Returns

    • This will return IPM.Contact for contact.
    • This will return IPM.Note for EML.

    Returns string

  • get msgInfo(): FieldsData
  • Returns FieldsData

  • get msgReader(): default
  • Returns default

Methods

  • Assume this is a mail message and then convert to EML.

    Returns

    EML file

    Returns Promise<Buffer>

  • Assume this is a mail message and then convert to EML.

    Returns

    EML text

    Returns Promise<string>

  • Assume this is a contact and then convert to vCard.

    Returns

    vCard text

    Returns Promise<string>

Generated using TypeDoc