Drag and drop from an email file attachment in GroupWise to a .NET application
问题 I'm trying to allow an attachment from an email open in Novell GroupWise to be dropped into my C# WinForms application. The standard .NET functionality doesn't work. In the DragDrop event of a control, e.Data.GetFormats() returns the following. FileGroupDescriptorW FileGroupDescriptor FileContents attachment format I can get the filename with e.Data.GetData("FileGroupDescriptor") and going to position 76. Unfortunately, e.Data.GetData("FileContents") causes a first chance System