View Single Post
  #1  
Old June 20th 06, 05:43 PM posted to microsoft.public.outlook.program_vba
Chris Rhodes
external usenet poster
 
Posts: 2
Default Counting Attachments in Messages

I have code that prompts the user for certain infomation before a message
sent. If there are attachments to the message, certain other infomation is
necessary. I am attempting to use mailitem.attachments.count to do this, but
i find that when i send a message, there is a count of one attachment (some
of the time) in the file when i have included no attachments.

My first guess is that this is because my message is HMTL format and there
is some "invisible" attachment to the message, but i am curious if i am
missing something.

Any suggestions?

Using Outlook 2003 w/ Exchange Server
Ads