Occurs when the email content changes or is received for the first time.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
| C# |
|---|
public event EventHandler<EmailContentUpdateEventArgs> EmailContentUpdated |
| Visual Basic |
|---|
Public Event EmailContentUpdated As EventHandler(Of EmailContentUpdateEventArgs) |
Remarks
This event is invoked when using EmailStartWatchingWithEvent()()()(). The start watching method will
return immediately or throw an exception if there was a problem starting the watch. This event will be
raised whenever the email content is received from the server.
Version Information
Supported for IC Server version 2015 R1 and beyond.