View Single Post
  #4  
Old June 21st 06, 01:52 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Counting Attachments in Messages

The method Michael suggested is the one you need to use to determine whether it's a "real" attachment.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Chris Rhodes" wrote in message ...
I think the attachment is the starionery that is used for the message. What
i really want to do is be able to work around this attachment, but the
problem is it does not always exist as an attachment.

Is there any way to determine what "type" of attachment exists so i can code
a way around this issue? An attachment type? A file extension for
stationery, etc.?

Any help is greatly appreciated.

"Michael Bauer" wrote:

Am Tue, 20 Jun 2006 09:43:02 -0700 schrieb Chris Rhodes:

Using CDO 1.21 or Redemption (www.dimastr.com) you can look for the field
PR_CONTENT_ID. If it exists it´s an embedded attachment and probably one of
those you don´t want to count.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


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