Occurs when the email content changes or is received for the first time.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public event EventHandler<EmailContentUpdateEventArgs> EmailContentUpdated
Visual Basic
Public Event EmailContentUpdated As EventHandler(Of EmailContentUpdateEventArgs)

Collapse imageRemarks

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.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.

Collapse imageSee Also