I'm starting to send emails in my application, so I'm trying to use the package of NetOffice to send and receive emails. What I am trying to do is: From the account logged into the local pc with the Outlook application, I send an email with a pre-defined message in my application.
At the beginning I'm having problems ... I'm following a NetOffice example errors, where when importing the package ( using NetOffice;
), it gives errors starting Outlook ( Outlook.Application outlookApplication = new Outlook.Application();
).
Another small question: Are there any packages or better alternatives to NetOffice?