Does anyone have any details on how to create emails ( specifically the email
for a meeting request ) through MIME on a PPC in C++?
What I'm trying to replicate is if someone creates a meeting request and
invites you you get an email from them that allows you to accept, accept
tentatively, or decline.
If you accept, a selection prompt appears allowing you to:
'Edit the response before sending"
"Send the response now"
"Don't send a response"
I am attempting to create this inbound email from the transport's
perspective and it was recomended to me that I create the email with MIME and
attach an ICalendar ics file to the message.
Anyone have anything on this?