GET api/v2/EmailConfigs/New
Request
URI Parameters
Response
EmailConfigNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| string | |||
| Identification | string | ||
| Active | boolean | ||
| ImapHost | string | ||
| ImapPort | integer | ||
| ImapUser | string | ||
| ImapPassword | string | ||
| ImapSecure | boolean | ||
| ImapOAuth2ProviderId | integer | ||
| ImapClientId | string | ||
| ImapTenantId | string | ||
| ImapClientSecret | string | ||
| ImapOAuth2Credentials | string | ||
| SmtpHost | string | ||
| SmtpPort | integer | ||
| SmtpUser | string | ||
| SmtpPassword | string | ||
| SmtpSecure | boolean | ||
| SmtpOAuth2ProviderId | integer | ||
| SmtpClientId | string | ||
| SmtpTenantId | string | ||
| SmtpClientSecret | string | ||
| SmtpOAuth2Credentials | string |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Email": "sample string 1",
"Identification": "sample string 2",
"Active": true,
"ImapHost": "sample string 4",
"ImapPort": 5,
"ImapUser": "sample string 6",
"ImapPassword": "sample string 7",
"ImapSecure": true,
"ImapOAuth2ProviderId": 1,
"ImapClientId": "sample string 9",
"ImapTenantId": "sample string 10",
"ImapClientSecret": "sample string 11",
"ImapOAuth2Credentials": "sample string 12",
"SmtpHost": "sample string 13",
"SmtpPort": 14,
"SmtpUser": "sample string 15",
"SmtpPassword": "sample string 16",
"SmtpSecure": true,
"SmtpOAuth2ProviderId": 1,
"SmtpClientId": "sample string 18",
"SmtpTenantId": "sample string 19",
"SmtpClientSecret": "sample string 20",
"SmtpOAuth2Credentials": "sample string 21"
}
text/html
Sample:
{"Id":1,"Email":"sample string 1","Identification":"sample string 2","Active":true,"ImapHost":"sample string 4","ImapPort":5,"ImapUser":"sample string 6","ImapPassword":"sample string 7","ImapSecure":true,"ImapOAuth2ProviderId":1,"ImapClientId":"sample string 9","ImapTenantId":"sample string 10","ImapClientSecret":"sample string 11","ImapOAuth2Credentials":"sample string 12","SmtpHost":"sample string 13","SmtpPort":14,"SmtpUser":"sample string 15","SmtpPassword":"sample string 16","SmtpSecure":true,"SmtpOAuth2ProviderId":1,"SmtpClientId":"sample string 18","SmtpTenantId":"sample string 19","SmtpClientSecret":"sample string 20","SmtpOAuth2Credentials":"sample string 21"}