POST api/MailClient/GetFolders?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Default value is All

Body Parameters

ConfigMailClientSettings
NameDescriptionTypeAdditional information
Email

string

None.

IsActive

boolean

None.

ServerType

MailClientType

None.

UseSSL

boolean

None.

SecureSocketOptions

SecureSocketOptions

None.

Host

string

None.

Port

integer

None.

UserName

string

None.

Password

string

None.

IsAutoImport

boolean

None.

MonitoredFolder

string

None.

ProcessedFolder

string

None.

MaxAgeDays

integer

None.

AutoImportScopeId

integer

None.

TechnicalContact

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "IsActive": true,
  "ServerType": "POP3",
  "UseSSL": true,
  "SecureSocketOptions": "None",
  "Host": "sample string 2",
  "Port": 1,
  "UserName": "sample string 3",
  "Password": "sample string 4",
  "IsAutoImport": true,
  "MonitoredFolder": "sample string 6",
  "ProcessedFolder": "sample string 7",
  "MaxAgeDays": 1,
  "AutoImportScopeId": 1,
  "TechnicalContact": "sample string 8"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.