-
Notifications
You must be signed in to change notification settings - Fork 0
API Library Active Directory
Robert Polak edited this page Jul 23, 2019
·
15 revisions
Home / API Library / Active Directory
API Library Active Directory
API Library Active Directory are used Send an Active Directory. The API Library Active Directory Methods list with Parameters, Return examples.
Configuration- Details
Configuration of Active Directory variables at App.config.
<configuration>
<AppSettings>
<!-- Active Directory - MAIL - Sender (it covers From and ReplyTo as well) -->
<add key="API_Active Directory_MAIL_SENDER" value="" />
<!-- Active Directory - SMTP - Server IP address -->
<add key="API_Active Directory_SMTP_SERVER" value="" />
<!-- Active Directory - SMTP - Port number -->
<add key="API_Active Directory_SMTP_PORT" value="" />
<!-- Active Directory - SMTP - Switch on [TRUE] or off [FALSE] the authentication -->
<add key="API_Active Directory_SMTP_AUTHENTICATION" value="FALSE" />
<!-- Active Directory - SMTP - Set the Username if authentication is required -->
<add key="API_Active Directory_SMTP_USERNAME" value="" />
<!-- Active Directory - SMTP - Set the Password if authentication is required -->
<add key="API_Active Directory_SMTP_PASSWORD" value="" />
<!-- Active Directory - SMTP - Switch on [TRUE] or off [FALSE] the SSL -->
<add key="API_Active Directory_SMTP_SSL" value="FALSE" />
<!-- Active Directory - TEMPLATE - Title -->
<add key="API_Active Directory_TEMPLATE_TITLE" value="" />
<!-- Active Directory - TEMPLATE - Sub Title -->
<add key="API_Active Directory_TEMPLATE_SUBTITLE" value="" />
<!-- Active Directory - TEMPLATE - Website Name -->
<add key="API_Active Directory_TEMPLATE_WEBSITE_NAME" value="" />
<!-- Active Directory - TEMPLATE - Website URL -->
<add key="API_Active Directory_TEMPLATE_WEBSITE_URL" value="" />
</AppSettings>
</configuration>Send - Details
Send an Active Directory by using the default template. Returns void
Method: API.Active Directory.Send
Parameters: template
| Name | Type | Default | Description |
|---|---|---|---|
template |
String | Properties.Resources.Active Directory | default template |
Return: void