(Msg. 9) Posted: Mon Aug 04, 2008 8:55 am
Post subject: Re: Proceeding in outlook forms customization's code [Login to view extended thread Info.] Archived from groups: microsoft>public>outlook>program_forms (more info?)
Ken,
I am sorry but I dont know what is "VBA object browser". Where should I get
this info?
Thanks,
Paresh
"Ken Slovak - [MVP - Outlook]" wrote:
> Recipients has no AddItem method, look in the VBA object browser for what's
> available to you. The Add() method of the Recipients collection takes either
> an email address ("test@foo.com") or a name that will resolve to an email
> address, such as a name in your Contacts or Exchange global address list.
>
> When you add a recipient make sure to use the returned Recipient object from
> the Add() function and call the Resolve method on that recipient. Also, make
> sure to set the Type property. A To recipient is required, a CC recipient is
> optional and a BCC recipient is a resource.
>
> Again the object browser is your friend, use the Send() method to send the
> meeting invitation.
>
> The MS Press book is aimed at the professional level, Sue's book is more
> geared to macros and forms and covers things for beginners. Sue's book
> doesn't cover COM addins, the MS Press book does.
>
> --
> 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 >
>
> "masani paresh" <masaniparesh.DeleteThis@discussions.microsoft.com> wrote in message
> news:72E73BC1-2439-4AA6-9C65-29B8DE4CFBA6@microsoft.com...
> > Thanks Ken, Everything is working fine. > >
> > Could you help on followings last things (hopefully):
> >
> > 1. Actually I want to add recipients like: Item.Recipients.AddItem
> > "Test".
> > I tried this but the method is not supported.
> > 2. How to send the meeting request programatically? If user click send
> > button it should send to all the recipients.
> >
> > Ken, also could you please let me know the documentation/material/book
> > that
> > I can follow where all these things mentioned? I am refers two different
> > books "Microsoft OUTLOOK Programming" by Microsof Press and another by Sue
> > Mosher.
> >
> > Thanks,
> > Paresh
>
>
(Msg. 10) Posted: Mon Aug 04, 2008 9:13 am
Post subject: Re: Proceeding in outlook forms customization's code [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
In Outlook: Alt+F11 to open the Outlook VBA project. In that project F2 to
open the Object Browser. It has a complete list of all Outlook objects,
methods, properties and events and if you press F1 on one of those there's
usually some code snippet to illustrate how to use it.
"masani paresh" <masaniparesh DeleteThis @discussions.microsoft.com> wrote in message
news:907FE024-B50E-42BE-B96B-6C83266356AB@microsoft.com...
> Ken,
>
> I am sorry but I dont know what is "VBA object browser". Where should I
> get
> this info?
>
> Thanks,
> Paresh
(Msg. 11) Posted: Fri Oct 10, 2008 1:00 pm
Post subject: Re: Proceeding in outlook forms customization's code [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Hi,
Thank you, the suggested solutions were very helpful to me as I am new
to vbscripting and outlook forms. I have a question for you...
I want to access the To Recipient field in the outlook form inorder to
change the recipient email everytime whenever a particular box is
checked...I hope you would help me by providing the command vb code for
this?
All times are: Eastern Time (US & Canada) (change) Goto page Previous1, 2
Page 2 of 2
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum