EmailRecipientResolutionResult.PublicKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the public key for an email recipient.
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)
Property Value
The public key for an email recipient.
Windows requirements
App capabilities |
email
emailSystem
|