GetSingleMessageParams<T>: {
    ContextData?: T;
    IncludeAttachments?: boolean;
    IncludeHeaders?: boolean;
    MessageID: string;
}

Parameters for getting a single message by ID

Type Parameters

  • T = Record<string, any>

Type declaration

  • Optional ContextData?: T

    Optional, provider-specific context data

  • Optional IncludeAttachments?: boolean

    Optional, include attachments metadata in the response (defaults to false)

  • Optional IncludeHeaders?: boolean

    Optional, include the headers in the response (defaults to false)

  • MessageID: string

    The ID of the message to retrieve