Hierarchy

Implemented by

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

Methods

  • Returns Promise<string>

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

    Returns

    EML file

    Parameters

    Returns Promise<Buffer>

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

    Returns

    EML text

    Parameters

    Returns Promise<string>

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

    Returns

    vCard text

    Parameters

    Returns Promise<string>

Generated using TypeDoc