GET api/Email/SendICalEventEmail?lngAsendID={lngAsendID}&resid={resid}&recid={recid}&mailsetting={mailsetting}&dblinkname={dblinkname}
发送ical日历邮件 根据邮件模板、记录资源和编号
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lngAsendID |
邮件模板编号 |
integer |
Required |
| resid |
资源编号 |
integer |
Required |
| recid |
记录编号 |
integer |
Required |
| mailsetting |
发送的smtp设置,默认:SYS_SMTP |
string |
Default value is SYS_RSSMTP |
| dblinkname |
数据源名称 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
result| Name | Description | Type | Additional information |
|---|---|---|---|
| error |
错误代码 |
integer |
None. |
| message |
错误信息 |
string |
None. |
| data |
数据 |
Object |
None. |
| stacktrace |
详细错误信息 |
string |
None. |
| otherdata |
其他返回数据 |
Object |
None. |
| LastError | string |
None. |
|
| IsComplete | boolean |
None. |
|
| total | integer |
None. |
|
| index | integer |
None. |
|
| IsTerminate | boolean |
None. |
|
| taskgroupid | integer |
None. |
|
| taskid | integer |
None. |
|
| msg | string |
None. |
|
| status | integer |
None. |
|
| serverTime | date |
None. |
|
| lockdata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": 1,
"message": "sample string 2",
"data": {},
"stacktrace": "sample string 4",
"otherdata": {},
"LastError": "sample string 6",
"IsComplete": true,
"total": 8,
"index": 9,
"IsTerminate": true,
"taskgroupid": 11,
"taskid": 12,
"msg": "sample string 13",
"status": 14,
"serverTime": "2025-12-06T12:11:28.5805593+08:00",
"lockdata": {}
}