SongGuess
    Preparing search index...
    EmailMessage: {
        prototype: EmailMessage;
        new (
            from: string,
            to: string,
            raw: string | ReadableStream<any>,
        ): EmailMessage;
    }

    Type Declaration

      • new (from: string, to: string, raw: string | ReadableStream<any>): EmailMessage
      • Parameters

        • from: string
        • to: string
        • raw: string | ReadableStream<any>

        Returns EmailMessage

    • prototype: EmailMessage