JangoMail Web Service Help
GetBounceListAll Method (Username, Password, Since)
NamespacesJangoMailNamespaceJangoMailGetBounceListAll(String, String, String)
Gets the list of all e-mail addresses that have bounced at least once since the specified date. Returns a string.
Declaration Syntax
C#Visual BasicVisual C++
public string GetBounceListAll(
	string Username,
	string Password,
	string Since
)
Public Function GetBounceListAll ( _
	Username As String, _
	Password As String, _
	Since As String _
) As String
public:
String^ GetBounceListAll(
	String^ Username, 
	String^ Password, 
	String^ Since
)
Parameters
Username (String)
JangoMail Username
Password (String)
JangoMail Password
Since (String)
Starting date, leave blank to use All
Return Value
If successful, returns string "0[newline]SUCCESS" followed by a newline delimited string of all bounced e-mail addresses since the specified date

Assembly: Jangomail.API (Module: Jangomail.API) Version: 1.0.0.0 (1.0.0.0)