你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SendMessageOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知消息的选项。
public class SendMessageOptions
type SendMessageOptions = class
Public Class SendMessageOptions
- 继承
-
SendMessageOptions
构造函数
SendMessageOptions(String, IEnumerable<String>, MessageTemplate) |
初始化 用于发送 Template 消息的 SendMessageOptions 类的新实例。 |
SendMessageOptions(String, IEnumerable<String>, String) |
初始化 类的新 SendMessageOptions 实例,以便发送文本消息。 |
SendMessageOptions(String, IEnumerable<String>, Uri, String) |
初始化 类的新实例以 SendMessageOptions 发送媒体消息。 |
属性
ChannelRegistrationId |
业务标识符的通道注册 ID。 |
Content |
无线程消息内容。 |
MediaUri |
媒体对象。 |
MessageType |
跨平台无线程消息类型。 |
Template |
用于创建消息模板的模板对象。 |
To |
收件人的本机外部平台用户标识符。 |