I have an additional From account and I am using .sendOnBehalfOf property to send emails using vba .

Is there any way I could access the inbox of that mail box ? I can use it to send email, but how can I access the mailbox itself ?

有帮助吗?

解决方案

Sure, use Application.Session.GetSharedDefaultFolder(recipient, olFolderInbox)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top