|
-
Feb 18th, 2000, 12:56 PM
#1
Thread Starter
Junior Member
I'm using Visual Basic 6.0. In a standard EXE Project I used Mapi Controls to view and send Mails. The following code I used to sign on.
With mas_Sess
.DownLoadMail = False
.UserName = "sujatha"
.PassWord = "sujatha"
.SignOn
.NewSession = True
mme_Message.SessionID = .SessionID
End With
mme_Message.FetchUnreadOnly = True
mme_Message.Fetch
While executing the line mme_Message.Fetch the following Error occurs
"Run-time error '32002'
Unspecified Failure has occurred"
What is the problem? Thanks for any help.
Regards
Sujatha.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|