-
Hi Amargosa, I use Automation to send emails and works fine. The way to send with another account is loggin before creating the EmailItem object, my lines are: CREATE(OLAppl); OLNamespace := OLAppl.GetNamespace('MAPI'); OLNamespace.Logon(nameAcc,passAcc,TRUE,FALSE); OLMailItem := OLAppl.CreateItem...
-
Have a look at Automation variables within your code, you'll be able to choose Microsoft Outlook 10.0 Object Library as automation server and then the differente classes.... you'll need the Application and AppointmentItem class to create and display new appointments... I'll attach some line...
-
Besides, everyone willing to become a part of this community should spend a little time getting acquainted with it's rules - just like in any community really. Here is a good explanation on the subject: http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=4964
-
Hi folks, I am trying to send a batch of emails using Outlook. Everytime an email is sent, Outlook forces the user to confirm the action by clicking on Yes. So a batch of 50 emails will require 50 confirmations. Is there an SMTP library for Navision so that outlook can by bypassed. Regards Roddy McLean
-
Hello Mike! Microsoft introduced with the release of service pack two for their MS Office software, a new set of Outlook Security features, which by default restrict the use of the MAPI interface. Navision Attain uses the MAPI libraries to access e-mail so a solution was required to allow the Navision...
-
A I tried your MAPI-Solution in another way. Now I get the Error-Message: The call to Member SignOn failed. MAPISession returned the following message: Login has failed. What has the MAPISession.username to be? a name on my system? On the exchange-server or what? I dont get it - please help! Ben Benjamin...
-
Thanks for ya answer. The MAPI is the usually way for sending Emails, but I use the Outlook-Automation ;)) Im doing this: VARs Name DataType Subtype Length mxOutlook Automation Unknown Automation Server.Application mxMailItem Automation Unknown Automation Server.MailItem mxItems Automation Unknown Automation...
-
Hi @ all Im using automation to create and send Emails via Outlook XP and it works fine! Now i want to create and send the Email trough another Outlook-Account, for example: Automation creates and sent the Email via outlook-account BC (my account; outlook identifies me as BC through NT/2K-Authorization...
-
I have not done the sync with Contacts in Outlook. The way I have reached sucess (other than help from this forum) is to go to www.microsoft.com and search the knowlege base for Outlook automation. This will usually return a list including "How to ......". Since I know Access & VB, I can...
-
I would also like to know about synchronising Outlook contacts with Contacts (probably with a new flag like "Sync with Outlook" set). I have tried to get Navision to create Outlook contacts but it doesnt seem to want to instantiate the ContactItem globals/records properly. With regards to creating...