SetMCFEmail method: MCFGetMail class
Syntax
SetMCFEmail(user, password, server, node)
Description
Use the SetMCFEmail method to set the connection properties for subsequent method calls.
This method is a shortcut for setting the UserId, Password, MailServer, and IBNode properties.
Parameters
| Parameter | Description |
|---|---|
|
user |
The user name on the mail server, such as “support” or “john_doe”. |
|
password |
The password associated with the specified user name. |
|
server |
The name of the mail server handling the specified user account. |
|
node |
The Integration Broker node on which the request runs. |
Note:
If the value of any of these parameters is null, the method uses default values stored on the specified node. If the node is not specified, the integration broker returns an error.
Returns
None.