Member Junction
    Preparing search index...
    type ForwardMessageParams = {
        BCCRecipients?: string[];
        CCRecipients?: string[];
        Message?: string;
        MessageID: string;
        ToRecipients: string[];
    }
    Index

    Properties

    BCCRecipients?: string[]
    CCRecipients?: string[]
    Message?: string

    An optional message to go along with the forwarded message

    MessageID: string

    The ID of the message to forward

    ToRecipients: string[]