Is it possible to send an outlook reminder or an invite through SAS in mainframe?
Thanks,
Krishna
Outlook reminder/Invite from SAS
-
- Posts: 9
- Joined: Tue Jan 17, 2017 1:36 pm
- Skillset: Cobol,JCL,Assembler
- Referer: Through online
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Outlook reminder/Invite from SAS
Look at the Outlook API -- it will tell you whether or not what you want to do can be done, and how to do it if it is possible. Also note that the data will have to be transferred from the mainframe to the Windows machine, so that may introduce an entirely different set of requirements.
Re: Outlook reminder/Invite from SAS
Here is a way to create reminders and send them. But the method involves sending the reminder as an email .ics file
https://support.sas.com/resources/paper ... 6-2009.pdf
I don't think it would be possible to create a meeting and then send the invite using SAS, as it looks super complex - https://msdn.microsoft.com/en-us/librar ... -snippet-1
https://support.sas.com/resources/paper ... 6-2009.pdf
I don't think it would be possible to create a meeting and then send the invite using SAS, as it looks super complex - https://msdn.microsoft.com/en-us/librar ... -snippet-1