View Single Post
  #2  
Old December 24th 08, 02:16 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Send Email using Outlook

You can't share Outlook except for different users on the same computer.

You don't say which version of Outlook you plan to work with, or what
language you plan to use, and I assume from what you did say that you are
using a stand-alone program. If this is anything other than Outlook 2007 you
will see the security prompt when your code calls Send on the mail item,
unless you use one of the methods described at
http://www.outlookcode.com/article.aspx?id=52.

You also don't mention if the email is already in Outlook and just has to be
sent, or if it has to be created from scratch using Outlook object model
code, so it's hard to be very specific as to what to do. In general you can
use the object model to create an email and populate it with subject,
recipients, attachments if required and any body text needed. You can check
out the many code samples at www.outlookcode.com for a primer on using the
Outlook object model.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Raghuram Raichooti" wrote in message
...
Hi,

I have a requirement to send a mail. I am developing a Windows Application
in .NET v1.1.
Could anyone please let me know the process to send.

As we don’t have the option to use the SMTP server and need to share our
MS
Office Outlook for this.

Thanks & Regards,
Raghuram Raichooti


Ads