public class WxCpOMailServiceImpl extends Object implements WxCpOaMailService
| 构造器和说明 | 
|---|
| WxCpOMailServiceImpl() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| WxCpBaseResp | mailCommonSend(@NonNull WxCpMailCommonSendRequest request)发送普通邮件
 应用可以通过该接口发送普通邮件,支持附件能力。 | 
| WxCpBaseResp | mailMeetingSend(@NonNull WxCpMailMeetingSendRequest request)发送会议邮件
 应用可以通过该接口发送会议邮件。 | 
| WxCpBaseResp | mailScheduleSend(@NonNull WxCpMailScheduleSendRequest request)发送日程邮件
 应用可以通过该接口发送日程邮件。 | 
public WxCpBaseResp mailCommonSend(@NonNull @NonNull WxCpMailCommonSendRequest request) throws WxErrorException
请求方式:POST(HTTPS) 请求地址: ...
mailCommonSend 在接口中 WxCpOaMailServicerequest - 发送普通邮件请求参数WxErrorException - the wx error exceptionpublic WxCpBaseResp mailScheduleSend(@NonNull @NonNull WxCpMailScheduleSendRequest request) throws WxErrorException
请求方式:POST(HTTPS) 请求地址: ...
mailScheduleSend 在接口中 WxCpOaMailServicerequest - 发送日程邮件请求参数WxErrorException - the wx error exceptionpublic WxCpBaseResp mailMeetingSend(@NonNull @NonNull WxCpMailMeetingSendRequest request) throws WxErrorException
请求方式:POST(HTTPS) 请求地址: ...
mailMeetingSend 在接口中 WxCpOaMailServicerequest - 发送会议邮件请求参数WxErrorException - the wx error exceptionCopyright © 2024. All rights reserved.