|
-
Sep 16th, 2002, 12:41 AM
#1
Thread Starter
Hyperactive Member
Sending Mail using Outlook
I need help regarding sending mail thru Outlook.
On Click of a button I need to open a new outlook message
with to,subject and body pre-typed.
I used a code similar to this(used MS Outlook library) and I get errors:
Outlook.Application oa=new Outlook.Application();
Outlook.MailItem om= Outlook.MailItem();
om=oa.CreateItem(om);
om.To ="sdasaf";
om.Subject="dfgdg";
om.Body="dfgdfg";
Help me out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|