Uses of Class
com.tencentcloudapi.ses.v20201002.models.BatchSendEmailResponse
-
Packages that use BatchSendEmailResponse Package Description com.tencentcloudapi.ses.v20201002 com.tencentcloudapi.ses.v20201002.models -
-
Uses of BatchSendEmailResponse in com.tencentcloudapi.ses.v20201002
Methods in com.tencentcloudapi.ses.v20201002 that return BatchSendEmailResponse Modifier and Type Method Description BatchSendEmailResponseSesClient. BatchSendEmail(BatchSendEmailRequest req)您可以通过此API批量发送TEXT或者HTML邮件,适用于营销类、通知类邮件。默认仅支持使用模板发送邮件。批量发送之前,需先创建收件人列表,和收件人地址,并通过收件人列表id来进行发送。批量发送任务支持定时发送和周期重复发送,定时发送需传TimedParam,周期重复发送需传CycleParam -
Uses of BatchSendEmailResponse in com.tencentcloudapi.ses.v20201002.models
Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type BatchSendEmailResponse Constructor Description BatchSendEmailResponse(BatchSendEmailResponse 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.
-