Member Junction
    Preparing search index...

    Parameters for moving a message to a different folder

    type MoveMessageParams<T = Record<string, any>> = {
        ContextData?: T;
        DestinationFolderID: string;
        MessageID: string;
    }

    Type Parameters

    • T = Record<string, any>
    Index

    Properties

    ContextData?: T

    Optional, provider-specific context data

    DestinationFolderID: string

    The ID of the destination folder

    MessageID: string

    The ID of the message to move