DomainKeys Methods |
The DomainKeys type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Sign(MailMessage, String, Byte, String) |
Signs a mail message with DomainKeys and DKIM signatures.
|
![]() | Sign(MailMessage, String, Byte, String, DomainKeysTypes) |
Signs a mail message with DomainKeys and/or DKIM signatures.
|
![]() ![]() | Sign(MailMessage, String, String, Boolean, String) |
Signs a mail message with DomainKeys and DKIM signatures.
|
![]() | Sign(MailMessage, String, String, Boolean, String, DomainKeysTypes) |
Signs a mail message with DomainKeys and/or DKIM signatures.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Verify(MailMessage, Smtp) |
Verifies the DomainKeys and DKIM signatures of the mail message.
|
![]() ![]() | Verify(MailMessage, Smtp, Header) |
Verifies the specified DomainKeys and/or DKIM signature of the mail message.
|
![]() | Verify(MailMessage, Smtp, DomainKeysTypes) |
Verifies the DomainKeys and/or DKIM signatures of the mail message.
|
![]() | VerifyAsync(MailMessage, Smtp) |
async/await version of Verify(MailMessage, Smtp).
|
![]() | VerifyAsync(MailMessage, Smtp, Header) |
async/await version of Verify(MailMessage, Smtp, Header).
|
![]() | VerifyAsync(MailMessage, Smtp, DomainKeysTypes) |
async/await version of Verify(MailMessage, Smtp, DomainKeysTypes).
|