Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このエラーが発生します
There is not enough free memory to run this program. Quit one or more programs, and then try again
ローカルにメールを保存している間。
このエラーは通常、40000を超えるメールがあるマシンで発生します。私は40000通のメールを継続的に解析しています。
foreachを使用しないでください-oldschoolに変換してください
for (int counter = 1; counter <= Mapifolderfolder.items.Count; counter++) { var item = Mapifolderfolder.items[counter]; if ((item as MailItem) != null) { .saveAs(filename+."msg") } }