E
eliop
Hy,
I know that's it is possible to move into the contact folder with this
command:
Dim ns As Outlook.NameSpace
Dim mf As Outlook.MAPIFolder
Set ns = appOutlook.GetNamespace("MAPI")
Set mf = ns.GetDefaultFolder(olFolderContacts)
Somebody know if it's possible to move into an Exchange folder (public
folder) in Outlook??
I know that's it is possible to move into the contact folder with this
command:
Dim ns As Outlook.NameSpace
Dim mf As Outlook.MAPIFolder
Set ns = appOutlook.GetNamespace("MAPI")
Set mf = ns.GetDefaultFolder(olFolderContacts)
Somebody know if it's possible to move into an Exchange folder (public
folder) in Outlook??