1
我在我公司的交換服務器上使用outlook 2000和登錄ID。使用VBA從Outlook電子郵件正文中提取電子郵件地址?
我有一個名爲「undelivered_email」的文件夾,位於個人文件夾下。我制定了一條規則,將所有電子郵件的副本移到標題類似「未傳送的電子郵件」的位置。
現在,我怎麼能遍歷這個「undelivered_email」文件夾中的所有電子郵件,並訪問每個電子郵件的正文,然後得到任何電子郵件地址內的內容主體?
例如,這是一個未交付的電子郵件通知的內容的副本:
####################################################################
# THIS IS A WARNING ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. #
####################################################################
Your message could not be delivered for 1 days, 20 hours, 0 minutes.
It will be retried until it is 3 days, 0 hours, 0 minutes old.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
<[email protected]>: this domain could be reached at this time
嗯,我並不真的需要使用VBA,任何方法都行。應該是最簡單的一個。 我有很多這樣undelivered電子郵件通知處理,我需要提取裏面的電子郵件。如果我們可以將電子郵件列表導出到一個文件,這將是一件好事。