Occurs when the progress of downloading a FaxMessage changes.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public event EventHandler<TransferProgressChangedEventArgs> DownloadProgressChanged |
Visual Basic |
---|
Public Event DownloadProgressChanged As EventHandler(Of TransferProgressChangedEventArgs) |
Remarks
This event will only occur when saving a fax as a file. To save a fax as a file call the
SaveAsFile(FaxAttachment, String, Boolean) method or the SaveAsFileAsync(FaxAttachment, String, Boolean, EventHandler<(Of <<'(AsyncSaveAsFileCompletedEventArgs>)>>), Object) method.
Note |
---|
All event handlers should be added before calling SaveAsFile(FaxAttachment, String, Boolean) or SaveAsFileAsync(FaxAttachment, String, Boolean, EventHandler<(Of <<'(AsyncSaveAsFileCompletedEventArgs>)>>), Object). |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.