send job to MS Oulook

  • Thread starter Thread starter Sidney
  • Start date Start date
S

Sidney

How to make the system sending a job to MS Oulook by using VB.NET
programming?

thanks a lot~

Sidney
 
Hi Sidney,

What do you mean by a job in MS Outlook? A task? Or an e-mail?

For tasks, you need to use the Outlook object model, and to send e-mails you
can skip Outlook and send them directly using SMTP and the System.Web.Mail
namespace.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
The automation model to manipulate programatically Outlook, similar to the
ones of Word, Excel and so on. You are familiar with automation of Microsoft
apps, aren´t you? See for example:

http://www.microsoft.com/mind/0597/outlook.asp

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top