Not implemented at this time; throws a "NotImplementedException".
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool SendMail( string subject, string emailContentKey, MailAddress sender, MailReceiverInfo receiver, Dictionary<Object, Object> variableToValue ) |
Visual Basic |
---|
Function SendMail ( _ subject As String, _ emailContentKey As String, _ sender As MailAddress, _ receiver As MailReceiverInfo, _ variableToValue As Dictionary(Of Object, Object) _ ) As Boolean |
Visual C++ |
---|
bool SendMail( String^ subject, String^ emailContentKey, MailAddress^ sender, MailReceiverInfo^ receiver, Dictionary<Object^, Object^>^ variableToValue ) |
Parameters
- subject
- Type: System..::..String
Subject of the email
- emailContentKey
- Type: System..::..String
Content key
- sender
- Type: System.Net.Mail..::..MailAddress
Email originator
- receiver
- Type: MailReceiverInfo
Email receiver
- variableToValue
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'Object, Object>)>)>