SpreadWebServcie.AddSenderEmail Method
Add Sender Email .
Parameters
Parameter
|
Type
|
Description
|
loginEmail
|
String
|
The login email of your Spread account.
|
password
|
String
|
The password of your Spread account or API Key which you can retrieve from your Spread account (My account=> Settings).
|
senderEmail
|
String
|
The sender email.
|
Return Value
True
- success
False
- The sender email is exists.
Example
string
loginEmail = "Spread@reasonables.com";
string
loginPassword = "Spread";
string
senderEmial = "Send1@reasonables.com";
SpreadAPI.SpreadWebService MySpread =
new SpreadAPI.SpreadWebService();
bool
result = MySpread.AddSenderEmail(loginEmail, loginPassword, senderEmial);
See Also
SpreadWebService
Class | Spread Web Service Namespace