Uses of Class
com.tencentcloudapi.ses.v20201002.models.ListBlackEmailAddressRequest
-
Packages that use ListBlackEmailAddressRequest Package Description com.tencentcloudapi.ses.v20201002 com.tencentcloudapi.ses.v20201002.models -
-
Uses of ListBlackEmailAddressRequest in com.tencentcloudapi.ses.v20201002
Methods in com.tencentcloudapi.ses.v20201002 with parameters of type ListBlackEmailAddressRequest Modifier and Type Method Description ListBlackEmailAddressResponseSesClient. ListBlackEmailAddress(ListBlackEmailAddressRequest req)腾讯云发送的邮件一旦被收件方判断为硬退(Hard Bounce),腾讯云会拉黑该地址,并不允许所有用户向该地址发送邮件。成为邮箱黑名单。如果业务方确认是误判,可以从黑名单中删除。 -
Uses of ListBlackEmailAddressRequest in com.tencentcloudapi.ses.v20201002.models
Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type ListBlackEmailAddressRequest Constructor Description ListBlackEmailAddressRequest(ListBlackEmailAddressRequest 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.
-