POST api/Email/SendEmail
Request Information
URI Parameters
None.
Body Parameters
EmailMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Subject | string |
None. |
|
| Body | string |
None. |
|
| ToAddress | string |
None. |
|
| Attachments | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Subject": "sample string 1",
"Body": "sample string 2",
"ToAddress": "sample string 3",
"Attachments": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.