GET api/v2/EmailConfigs/New
Request
URI Parameters
Response
EmailConfigNewName | 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 | ||
SmtpHost | string | ||
SmtpPort | integer | ||
SmtpUser | string | ||
SmtpPassword | string | ||
SmtpSecure | boolean |
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", "SmtpHost": "sample string 12", "SmtpPort": 13, "SmtpUser": "sample string 14", "SmtpPassword": "sample string 15", "SmtpSecure": true }
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","SmtpHost":"sample string 12","SmtpPort":13,"SmtpUser":"sample string 14","SmtpPassword":"sample string 15","SmtpSecure":true}