GetMailboxName function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could somebody be so kind as to post a GetMailboxName function

I justed started doing some Outlook programming and obtained the GetFolderByName function from the Office Developer site, but....the GetFolderByName function uses the GetMailboxName function which is not posted...says it is availalble in the modOutlookCode module in OutlookSamples.mdb in the ODETools\V9\Samples\OPG\Samples\CH05 subfolder on the Office 2000 Developer CD-ROM....which of course I do not have

Thank
Triscuit
 
You can get the name of the mailbox from the top-level folder in the
hierarchy that has the user's Inbox.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Triscuit said:
Could somebody be so kind as to post a GetMailboxName function?

I justed started doing some Outlook programming and obtained the
GetFolderByName function from the Office Developer site, but....the
GetFolderByName function uses the GetMailboxName function which is not
posted...says it is availalble in the modOutlookCode module in
OutlookSamples.mdb in the ODETools\V9\Samples\OPG\Samples\CH05 subfolder on
the Office 2000 Developer CD-ROM....which of course I do not have.
 
GetMailboxName

Could someone please post the GetMailboxName() function. MSDN says

"The GetMailboxName and GetFolderByName procedures are available in the modOutlookCode module in OutlookSamples.mdb in the ODETools\V9\Samples\OPG\Samples\CH05 subfolder on the Office 2000 Developer CD-ROM."

I dont have the CD-ROM
 
Back
Top