R
Roy Chastain
I have an email that has a file attached to it.
If I save the file and drag the file from Windows Explorer to my form, I get a DragDrop event with data type of FileDrop.
If I drag the file directly from the opened email, I get a DragDrop event with the data type of TEXT. What is worse, it appears
to be a empty text string.
The file in question is a .xml and fairly small, so I would even be happy if I could just get the contents of the file as text.
Should I be able to receive that file directly from Outlook email and if so, how.
Thanks
If I save the file and drag the file from Windows Explorer to my form, I get a DragDrop event with data type of FileDrop.
If I drag the file directly from the opened email, I get a DragDrop event with the data type of TEXT. What is worse, it appears
to be a empty text string.
The file in question is a .xml and fairly small, so I would even be happy if I could just get the contents of the file as text.
Should I be able to receive that file directly from Outlook email and if so, how.
Thanks