Send an outlook meeting request

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
emmbec
Forum Contributor
Posts: 112
Joined: Thu Sep 21, 2006 12:19 pm
Location: Queretaro, Mexico

Send an outlook meeting request

Post by emmbec »

Does anyone know how to create and send a meeting request in php???
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

I've read that you can tear the headers from a meeting request email and then use them when you send your email from php but i do not know.

This is ASP but it could shed some light:

http://www.dmxzone.com/showDetail.asp?T ... ewsId=6588
Post Reply