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[] receivers, Dictionary<Object, Object> variableToValue ) |
Visual Basic |
---|
Function SendMail ( _ subject As String, _ emailContentKey As String, _ sender As MailAddress, _ receivers As MailReceiverInfo(), _ variableToValue As Dictionary(Of Object, Object) _ ) As Boolean |
Visual C++ |
---|
bool SendMail( String^ subject, String^ emailContentKey, MailAddress^ sender, array<MailReceiverInfo^>^ receivers, 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
- receivers
- Type: array<MailReceiverInfo>[]()[][]
Array of destination email addresses
- variableToValue
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'Object, Object>)>)>