![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
when saving a mail with a lot of recipients I receive an 'out of memory' error. OL2003. Is this a bug of MAPI implemented by OL? See (nonsens)code below to reproduce it. best regards Toni Sub mailtest() Dim myItem As MailItem Set myolapp = CreateObject("Outlook.Application") Set myItem = myolapp.CreateItem(olMailItem) For i = 1 To 2300 Set myRecipient = myItem.Recipients.Add("[smtp:santaxf@dnetxxyyzz" & i & ".com]") Next myItem.Display myItem.SaveAs "c:\temp\test.msg", olMSG End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with deleted Recipients reappearing | saeongjeema via OfficeKB.com | Outlook - Using Contacts | 0 | April 1st 06 01:37 PM |
Problem saving contacts | [email protected] | Outlook - General Queries | 1 | March 13th 06 08:54 PM |
Problem saving appiontments, just started, how do I get help? | Sunkiss | Outlook - Calandaring | 2 | March 6th 06 06:01 PM |
A LOT of my e-mail has dissappeared. | ionamic | Outlook Express | 5 | February 24th 06 08:21 PM |
Problem with saving .txt attachement | norhaya | Outlook and VBA | 4 | January 12th 06 09:20 AM |