문제

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