MoveMessageParams<T>: {
    ContextData?: T;
    DestinationFolderID: string;
    MessageID: string;
}

Parameters for moving a message to a different folder

Type Parameters

  • T = Record<string, any>

Type declaration

  • Optional ContextData?: T

    Optional, provider-specific context data

  • DestinationFolderID: string

    The ID of the destination folder

  • MessageID: string

    The ID of the message to move