Is there a way to push data into Microsoft Oulook from Python ?

T

The Night Blogger

Is there a way to pull & push data (Tasks, Notes, Calendar Items ...) into
Microsoft Oulook from Python ?
 
G

Gabriel Genellina

Is there a way to pull & push data (Tasks, Notes, Calendar Items ...) into
Microsoft Oulook from Python ?

You will need the pywin32 package.
Then you get the Outlook Application object using:

import win32com.client
Outlook = win32com.client.Dispatch("Outlook.Application")

Now, you have to know the methods and properties of that object. Look
for the Outlook object model in MSDN. Usually it's easier with google:
http://www.google.com/search?q=outlook+application+site:msdn.microsoft.com

Googling with "outlook application python" will give you more help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top