PC Review


Reply
Thread Tools Rate Thread

Create Object for MS Mail

 
 
OssieMac
Guest
Posts: n/a
 
      23rd Nov 2008
I use the following to create an object for Outlook.

Dim OutlookApp As Object
Set OutlookApp = CreateObject("Outlook.Application")

What is the syntax to do the same for Microsoft Mail (As supplied with
windows Vista)

I am using xl2007.


--
Regards,

OssieMac
 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      23rd Nov 2008
Hi OssieMac

I think you want to say Windows Mail
There is no object model for Windows Mail

But you SendMail to send mail with this program
See http://www.rondebruin.nl/sendmail.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"OssieMac" <(E-Mail Removed)> wrote in message news:6CC5864B-10CB-4927-A6A3-(E-Mail Removed)...
>I use the following to create an object for Outlook.
>
> Dim OutlookApp As Object
> Set OutlookApp = CreateObject("Outlook.Application")
>
> What is the syntax to do the same for Microsoft Mail (As supplied with
> windows Vista)
>
> I am using xl2007.
>
>
> --
> Regards,
>
> OssieMac

 
Reply With Quote
 
OssieMac
Guest
Posts: n/a
 
      23rd Nov 2008
Hi Ron,

Yes. I did mean Windows Mail. My son always tells me "Another Seniors Moment".

Really appreciate your help. Your examples have answered my question
perfectly.


--
Regards,

OssieMac


"Ron de Bruin" wrote:

> Hi OssieMac
>
> I think you want to say Windows Mail
> There is no object model for Windows Mail
>
> But you SendMail to send mail with this program
> See http://www.rondebruin.nl/sendmail.htm
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "OssieMac" <(E-Mail Removed)> wrote in message news:6CC5864B-10CB-4927-A6A3-(E-Mail Removed)...
> >I use the following to create an object for Outlook.
> >
> > Dim OutlookApp As Object
> > Set OutlookApp = CreateObject("Outlook.Application")
> >
> > What is the syntax to do the same for Microsoft Mail (As supplied with
> > windows Vista)
> >
> > I am using xl2007.
> >
> >
> > --
> > Regards,
> >
> > OssieMac

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
create a new graphicex object from a empty bitmapex object Alien Microsoft Dot NET Compact Framework 0 10th Sep 2005 12:11 PM
Howto create new object, of type of other object? Qwert Microsoft VB .NET 6 3rd Jun 2005 05:55 PM
Create an object on the fly knowing just an object type Just D. Microsoft ASP .NET 2 7th May 2005 04:06 AM
Re: How can I create object in runtime with Type object? Shiva Microsoft Dot NET 0 6th Nov 2004 09:26 AM
Re: Create a new mail msg with outlook vb with a picture object Ken Slovak - [MVP - Outlook] Microsoft Outlook VBA Programming 0 28th Jul 2003 03:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:13 AM.