Click here to Skip to main content
15,903,012 members
Everything / MAPI

MAPI

MAPI

Great Reads

by Michael Haephrati
Here is a way to find what is the email address / addresses used by the user running a program

Latest Articles

by Michael Haephrati
Here is a way to find what is the email address / addresses used by the user running a program

All Articles

Sort by Score

MAPI 

30 Jan 2015 by Jochen Arndt
See the MSDN article How to Register an Internet Browser or Email Client With the Windows Start Menu[^].It describes how to set the default programs using the registry. Read the mentioned keys to determine the default program.
19 Sep 2022 by Dave Kreskowiak
That's because you cannot use Office Interop in a Service or Web app. Office does not support running from a non-user interactive session. When running your code under the debugger, the code is running as your account, but when running as a...
29 Feb 2012 by kadvanimayur
Is it possible to modify shared contacts(another user's) contacts without his/her writing permission?Defiantly answer is No.This is correct when you try to modify using outlook But what I found is when i modify same contact with extended mapi it simply modify that contact in my outlook...
5 May 2013 by Member 10029970
Is there a way to write custom information like exceptions or holds to an email, journal o task item using MAPI in VB.NET?Any sample code?
30 May 2013 by Ivan Startsev
Hi all!I`m using EWS Proxy Classes to create new items in ExchangeServer(emails, calendars and etc.). I ahve only one problem: i need to create item with custom CreationTime ( for example, like message was created a month ago ).DateTimeCreate property is one of properties, that don`t have...
30 Jan 2015 by Michael Haephrati
How can one check if there is a default mail client (i.e. Outlook) or there isn't such.Usually if you type "mailto://someone@domain.com, it will open this default client, or if there isn't such, a message will appear. What I am trying to find out is how can this information be found...
11 Jun 2018 by HA_stdnt
this google map is to get directions to a location specified by coordinates of the customer as the destination. To get that from data in the select, i make it a google.maps.LatLng object, and i save the coordinates as a string in the value, then i parse out the latitude and longitude to create...
20 Sep 2022 by Randy Kroeger
I have been trying to find some answers on why service code, that I have built accessing Outlook using MAPI, works fine when it is being debugged within Visual Studio, but when the service is deployed, the call that gets the inbox, hangs. There...
20 Sep 2022 by Randy Kroeger
Hi Dave, Thank you for your response. The service account is not running under default. In my dev environment, I have it set to my user AD account. So, the service is running as if it was me. However, I did find the issue. Outlook has a...
9 Mar 2023 by WhoPinchedMyName
Here's some code cribbed from a project of mine. Basically add some HTML to the info window text - this can redirect users or call any JS function you want. /** * Object to hold global vaiables * Set objGlobal.map = the Google Map when...
11 Oct 2023 by Gabriel Adrian
Hola a todos, tengo un error al usar MAPI y VB6 con Outlook. Error 32002 al ejecutar: Hello everyone, I have an error using MAPI and VB6 with Outlook. Error 32002 when running: MAPIMessages1.Send True alguno podra ayudarme? could anyone help...
19 Aug 2018 by Michael Haephrati
Here is a way to find what is the email address / addresses used by the user running a program
1 Jul 2015 by Ram Shelke
Hi,I am working on project in that, we are moving mail item from one folder to other,and i have item event handler for Inbox.1) if i move mail manually/by move function.2) the event handler getting calledi have to avoid this scenario, i want event notification in case of new...
9 Mar 2023 by Member 10235977
I want to embed google map somewhat like this site Regrob.com[^]When you submit search for any location, the map shows pointer on all the places relevant to this search from database. When you click on any of the marked locations, a pop up box appears with a hyperlink kind of box named 'view...