Returns an array of ACEmail objects that are ready to be emailed. Includes all NEW emails, and emails that have been marked 'SENDING' but are still QUEUED for some reason Calls: xct_spACGetQueuedEmails
Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Returns an array of ACEmail objects that are ready to be emailed.", MessageName := "getQueuedEmails"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function getQueuedEmails() As email.ACEmail() |
| C# |
|---|
| [WebMethodAttribute(Description = "Returns an array of ACEmail objects that are ready to be emailed.", MessageName = "getQueuedEmails")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public email.ACEmail[] getQueuedEmails() |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Returns an array of ACEmail objects that are ready to be emailed.", MessageName = L"getQueuedEmails")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: array<email.ACEmail>^ getQueuedEmails() sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Returns an array of ACEmail objects that are ready to be emailed.", MessageName = "getQueuedEmails") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public email.ACEmail[] getQueuedEmails() |
| JScript |
|---|
| public WebMethodAttribute(Description = "Returns an array of ACEmail objects that are ready to be emailed.", MessageName = "getQueuedEmails") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function getQueuedEmails() : email.ACEmail[] |