 | IFluentMailEncryptWith(EncryptionConfiguration) Method |
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.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail EncryptWith(
EncryptionConfiguration configuration
)
Function EncryptWith (
configuration As EncryptionConfiguration
) As IFluentMail
IFluentMail^ EncryptWith(
EncryptionConfiguration^ configuration
)
abstract EncryptWith :
configuration : EncryptionConfiguration -> IFluentMail Parameters
- configuration EncryptionConfiguration
- Encryption configuration: such as certificates, algorithm etc.
Return Value
IFluentMailEmail configuration.
See Also