Outlook Mailbox size from Access VBA

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
 
P

pietlinden

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top