Occurs when uploading an attachment to the server failed.
Syntax
Event Data
The event handler receives an argument of type AttachmentEditor.UploadFailedEventArgs containing data related to this event. The following AttachmentEditor.UploadFailedEventArgs properties provide information specific to this event.
Property | Description |
---|
Result | Gets the result of upload failure. |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also