Package | Description |
---|---|
com.tencentcloudapi.ses.v20201002.models |
Modifier and Type | Method and Description |
---|---|
Attachment[] |
SendEmailRequest.getAttachments()
Get 需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误
|
Attachment[] |
BatchSendEmailRequest.getAttachments()
Get 需要发送附件时,填写附件相关参数(暂未支持)
|
Modifier and Type | Method and Description |
---|---|
void |
SendEmailRequest.setAttachments(Attachment[] Attachments)
Set 需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误
|
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 © 2025. All rights reserved.