GET api/Email/Profiles

Returns all Email Profiles.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EmailProfileModel
NameDescriptionTypeAdditional information
Id

The Unique ID for this profile.

integer

None.

Name

A friendly name for this profile.

string

None.

Host

SMTP Host.

string

None.

Port

SMTP Port.

string

None.

UseSSL

If the SMTP connection should be over SSL/TLS.

boolean

None.

UserName

The User Name used to authenticate.

string

None.

Password

The Password in combination with to authenticate.

string

None.

DefaultSender

Default From address.

string

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.