EmailRecipientResolutionResult.PublicKeys 属性

定义

获取电子邮件收件人的公钥。

public:
 property IVectorView<Certificate ^> ^ PublicKeys { IVectorView<Certificate ^> ^ get(); };
IVectorView<Certificate> PublicKeys();
public IReadOnlyList<Certificate> PublicKeys { get; }
var iVectorView = emailRecipientResolutionResult.publicKeys;
Public ReadOnly Property PublicKeys As IReadOnlyList(Of Certificate)

属性值

电子邮件收件人的公钥。

Windows 要求

应用功能
email emailSystem

适用于