Package | Description |
---|---|
com.tencentcloudapi.ses.v20201002.models |
Modifier and Type | Method and Description |
---|---|
Attachment[] |
SendEmailRequest.getAttachments()
Get 需要发送附件时,填写附件相关参数。
|
Attachment[] |
BatchSendEmailRequest.getAttachments()
Get 需要发送附件时,填写附件相关参数(暂未支持)
|
Modifier and Type | Method and Description |
---|---|
void |
SendEmailRequest.setAttachments(Attachment[] Attachments)
Set 需要发送附件时,填写附件相关参数。
|
void |
BatchSendEmailRequest.setAttachments(Attachment[] Attachments)
Set 需要发送附件时,填写附件相关参数(暂未支持)
|
Constructor and Description |
---|
Attachment(Attachment source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.