Gets the certificate encoded public key for DomainKeys and DKIM deployment.
[Visual Basic] Public Property PublicKey As String
[C#] public string PublicKey {get;}
[C++] public: __property String^ get_PublicKey();
[JScript] public function get PublicKey() : String;
Property Value
Remarks
Online Examples
VB - DKIM and DomainKeys
C# - DKIM and DomainKeys
C++/CLI - DKIM and DomainKeys