(Msg. 1) Posted: Fri Dec 12, 2008 3:02 am
Post subject: Add a Contacts folder to My contacts( "add to my contacts" action) Archived from groups: microsoft>public>outlook>program_vba (more info?)
HI,
I would like to have to know if there is a vba code to do the same as the function "add to my contacts" when i right click on my contacts folder in the folder list view ?
thank a lot
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
(Msg. 2) Posted: Fri Dec 12, 2008 9:12 am
Post subject: Re: Add a Contacts folder to My contacts( "add to my contacts" action) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Dim oFolder As Outlook.MAPIFolder
Dim oContacts As Outlook.MAPIFolder
Set oContacts = Application.Session.GetDefaultFolder(olFolderContacts)
Set oFolder = oContacts.Folders.Add("My New Contacts Folder",
olFolderContacts)
"pim" <abracadabra.TakeThisOut@wizard.com> wrote in message
news:ouCdnU0eoM-jRdzUnZ2dnUVZ_jqdnZ2d@giganews.com...
> HI,
>
> I would like to have to know if there is a vba code to do the same as the
> function "add to my contacts" when i right click on my contacts folder in
> the folder list view ?
>
> thank a lot
>
>
> --------------= Posted using GrabIt =----------------
> ------= Binary Usenet downloading made easy =---------
> -= Get GrabIt for free from http://www.shemes.com/ =-
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
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