Outlook Mailbox size from Access VBA

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

Guest

Hello,

I am looking for some VBA code to get the Outlook Mailbox size on the
exchange server from Access.

I found this url http://support.microsoft.com/kb/320071 but not support by
VBA.

I am sending email from Access using the Outlook SendObject and before
sending I want to check the Mailbox size to ensure the Mailbox size is under
the size quota.

Appreciate any help.

bobm
 
Hello,

I am looking for some VBA code to get the Outlook Mailbox size on the
exchange server from Access.

I found this urlhttp://support.microsoft.com/kb/320071but not support by
VBA.

I am sending email from Access using the Outlook SendObject and before
sending I want to check the Mailbox size to ensure the Mailbox size is under
the size quota.

Appreciate any help.

bobm

Might be me, but sounds more like an Outlook question than an Access
question, since you could just create a reference to the appropriate
Outlook library and then call it from Access... it's not specific to
Access or the Access object model at all - it's all about Outlook, so
I'd look there. or maybe at www.slipstick.com
 
Back
Top