Processes the email queue.
   
                
    Namespace: 
   FlowWright.cDevDeAPI
    Assembly:
   cDevDeAPI (in cDevDeAPI.dll)
public static void processEmailQueue(
	string connectString,
	int iCount,
	int iRetryCount
)
Public Shared Sub processEmailQueue ( _
	connectString As String, _
	iCount As Integer, _
	iRetryCount As Integer _
)
public:
static void processEmailQueue(
	String^ connectString, 
	int^ iCount, 
	int^ iRetryCount
)
Parameters
- connectString
 - Type: String
The connect string. 
- iCount
 - Type: Int32
The i count. 
- iRetryCount
 - Type: Int32
The i retry count.