Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI
Message
 
 
To
23/10/2001 13:18:53
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Re: MAPI
Miscellaneous
Thread ID:
00572157
Message ID:
00572185
Views:
30
Therea're a couple of MAPI classes in download section. Search for "MAPI".

>Hello,
>
> I am creating an application with MAPI capabillities. The code below only works once. What is the problem?
>
> With MAPISession
> .DownLoadMail = False
> .LogonUI = True
> .SignOn
> .NewSession = True
> MAPIMessages.SessionID = .SessionID
> End With
> With MAPIMessages
> .Compose
> .RecipAddress = Trim(txtEmail.Text)
> .AddressResolveUI = True
> .ResolveName
> .MsgSubject = ""
> .MsgNoteText = ""
> .Send True
> MAPISession.SignOff
> End With
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform