Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAPIMessage

Status
Not open for further replies.

oconv

Programmer
Jan 17, 2002
25
ZA
Hi

Are there something wrong with this control or with me??
I have used both MAPISession & MAPIMessage.
mySession.DownLoadMail = True
mySession.SignOn
mySession.DownLoadMail = True
myMessage.SessionID = mySession.SessionID
myMessage.FetchUnreadOnly = False

'do some stuff here to get the email I want

MsgBox myMessage.AttachmentCount
this statemet returns 0 & it is supposed to be 2 , all the other stuff works , I can even get the attchmet path & name of the first attchmet it sees , It just doesn't see the correct number of attachment.

What am I missing ??

Thanks

Christiaan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top