Yes i tried using DoDragDrop in my treeview but that adds the attachment as file. We need to provide a prompt to the user to add attachment as file or as link in email. I am trying to use BeforeAttachmentAdd event to prompt user if that may work.
Problem is that DoDragDrop method requires a valid file path (saved on local disk) and doesn't take file URL. I would like to avoid the download of the actual file until BeforeAttachmentAdd method.