Jump to content

Recommended Posts

Posted

Hello all, I'd like to have a way to schedule a meeting request and I'd like to do it with AutoIT.  I'm new to autoIT but I do have the basics down.  Any help is appreciated.  Thanks.

  • Moderators
Posted

Hi, BudV2013, welcome to the forum. Have you looked at the Wiki for the OutlookEX UDF? I believe there is info there about creating/manipulating meeting items.

 

http://www.autoitscript.com/wiki/OutlookEX_UDF_-_General

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

  • Moderators
Posted

You could have AutoIt send Ctrl+Shift+Q to outlook using the WinWaitActive and Send command.

 

Or you could do it properly through the UDF as suggested and avoid using Send ;)

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted

Thank you for the replies....

I'm having some problems with the UDF.  It gives me the error,

#include <Outlookex.au3>

Error: Error opening file. 

Thoughts?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...