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
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