Sends an email to an array of receivers, originated by sender, showing
a comment posted about a Cartella entity and giving
them the opportunity to reply and create a comment of their own.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool CommentCreationNotice( MailAddress sender, MailReceiverInfo[] receivers, string folioItemUrl, string comment, string commentUserName ) |
Visual Basic |
---|
Function CommentCreationNotice ( _ sender As MailAddress, _ receivers As MailReceiverInfo(), _ folioItemUrl As String, _ comment As String, _ commentUserName As String _ ) As Boolean |
Visual C++ |
---|
bool CommentCreationNotice( MailAddress^ sender, array<MailReceiverInfo^>^ receivers, String^ folioItemUrl, String^ comment, String^ commentUserName ) |
Parameters
- sender
- Type: System.Net.Mail..::..MailAddress
Email address of the originator
- receivers
- Type: array<MailReceiverInfo>[]()[][]
An array of destination email addresses
- folioItemUrl
- Type: System..::..String
Path to the entity to be commented upon
- comment
- Type: System..::..String
The comment that triggered the email
- commentUserName
- Type: System..::..String
The user that originated the comment