| IFluentMailEncryptWith Method (EncryptionConfiguration) |
Encrypts the message using specified encryption configuration.
General rule is that both sender and receiver should be able to decrypt the message.
Namespace:
Limilabs.Mail.Fluent
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax IFluentMail EncryptWith(
EncryptionConfiguration configuration
)
Function EncryptWith (
configuration As EncryptionConfiguration
) As IFluentMail
IFluentMail^ EncryptWith(
EncryptionConfiguration^ configuration
)
abstract EncryptWith :
configuration : EncryptionConfiguration -> IFluentMail
Parameters
- configuration
- Type: Limilabs.MailEncryptionConfiguration
Encryption configuration: such as certificates, algorithm etc.
Return Value
Type:
IFluentMailEmail configuration.
See Also