ChatMessage.Recipients 属性

定义

获取邮件收件人的列表。

public:
 property IVector<Platform::String ^> ^ Recipients { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Recipients();
public IList<string> Recipients { get; }
var iVector = chatMessage.recipients;
Public ReadOnly Property Recipients As IList(Of String)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

邮件的收件人列表。

Windows 要求

应用功能
chat chatSystem smsSend

注解

列表中的收件人字符串可以是联系人姓名、地址或电话号码。

适用于