Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / StoreEventEngine Class / ProcessEmails Method / ProcessEmails(Int32,Hashtable) Method
ID for the OrderStatus for which to process the emails
The parameters to be used in nVelocity email templates
In This Topic
    ProcessEmails(Int32,Hashtable) Method
    In This Topic
    Processes emails for the given order status using the given parameters
    Syntax
    [Obsolete("Use EmailProcessor.ProcessEmails instead.")]
    public static void ProcessEmails( 
       int orderStatusId,
       Hashtable parameters
    )

    Parameters

    orderStatusId
    ID for the OrderStatus for which to process the emails
    parameters
    The parameters to be used in nVelocity email templates
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also