'Declaration
Public Overloads Sub SendEmailAsync( _ ByVal sessions As SessionCriteria, _ ByVal markAsRead As Boolean, _ ByVal emailSubject As String _ )
public void SendEmailAsync( SessionCriteria sessions, bool markAsRead, string emailSubject )
Parameters
- sessions
- The set of match rules to apply to sessions to determine what to send.
- markAsRead
- True to have every included session marked as read upon successful completion.
- emailSubject
- Optional. A subject line for the email. If left empty a subject line will be generated.