0 votes

is it possible (by using Limilabs dll) to drag emails or attachments from outlook and drop it to a winform control?

by

1 Answer

0 votes

Mail.dll is a .NET library that allows receiving and parsing email messages.

It doesn't have any UI. It's a component, that can be used by developers to create an application (with UI) that implements such functionality.

Depending on the data input use MailBuider to process MIME format or MsgConverter to process Outlook format.

by (297k points)
...