Helpful
    Preparing search index...

    Represents an email message.

    interface IZEmail {
        envelope: IZEmailEnvelope;
        message?: string;
        subject?: string;
    }
    Index

    Properties

    envelope: IZEmailEnvelope

    The email envelope of where the email is going to.

    message?: string

    The message to send.

    subject?: string

    The subject (title) of the email.