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

備註

清單中的收件者字串可以是連絡人名稱、位址或電話號碼。

適用於