Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following example shows a SendMail command request (section 2.2.1.17) sent from the meeting organizer's client to the server. The SendMail command request contains the meeting request for the new calendar item uploaded to the server in section 4.16.1.1.
As described in [RFC2447] section 3.4, meeting requests have a content type of "text/calendar" with the method parameter set to "REQUEST". The details of the meeting request are sent in iCalendar format, as described in [MS-OXCICAL].
-
<?xml version="1.0" encoding="utf-8"?> <SendMail xmlns="ComposeMail"> <ClientId>3</ClientId> <SaveInSentItems/> <Mime>X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Received: by contoso.com id <01C4F431.619431CA@contoso.com>; Tue, 6 Apr 2010 14:52:31 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4F431.619431CA" Content-class: urn:content-classes:calendarmessage Subject: TestMeeting Date: Tue, 6 Apr 2010 17:02:19 -0800 Message-ID: <1E1FC9DA1767ED44872F4E17AC17E8F7011CF265@contoso.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: dD)g_<X`WS Thread-Index: AcT0MWkdH8lvfizmRrysZICO2nAkVQAAAAFg From: chris@contoso.com To: kim@contoso.com This is a multi-part message in MIME format. ------_=_NextPart_001_01C4F431.619431CA Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 6.5.7232.36"> <TITLE>TestMeeting</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><B><FONT SIZE=3D2 FACE=3D"System">This is a meeting request.</FONT></B> </P> </BODY> </HTML> ------_=_NextPart_001_01C4F431.619431CA Content-class: urn:content-classes:calendarmessage Content-Type: text/calendar; method=REQUEST; name="meeting.ics" Content-Transfer-Encoding: 8bit BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft CDO for Microsoft Exchange VERSION:14.1 BEGIN:VTIMEZONE TZID:(GMT-08.00) Pacific Time (US & Canada)/Tijuana X-MICROSOFT-CDO-TZID:13 BEGIN:STANDARD DTSTART:16010101T020000 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=11;BYDAY=1SU END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T020000 TZOFFSETFROM:-0800 TZOFFSETTO:-0700 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=2SU END:DAYLIGHT END:VTIMEZONE BEGIN:VEVENT DTSTAMP:20100406T170219 DTSTART;TZID="(GMT-08.00) Pacific Time (US & Canada)/Tijuana":20100503T090000 SUMMARY:TestMeeting UID:140000008200E00074C5B7101A82E00800000000E03FFF5AEEF3C401000000000000000 010000000972B1A80D193D54E8DD185652818A128 ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="testuser2":MAILTO:testuser2@contoso.com ORGANIZER;CN="testuser1":MAILTO:testuser1@contoso.com LOCATION:My Office\N DTEND;TZID="(GMT-08.00) Pacific Time (US & Canada)/Tijuana":20100503T100000 DESCRIPTION:Test meeting\N SEQUENCE:0 PRIORITY:5 CLASS: CREATED:20100406T170219 LAST-MODIFIED:20100406T170219Z STATUS:CONFIRMED TRANSP:OPAQUE X-MICROSOFT-CDO-BUSYSTATUS:BUSY X-MICROSOFT-CDO-INSTTYPE:0 X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY X-MICROSOFT-CDO-ALLDAYEVENT:FALSE X-MICROSOFT-CDO-IMPORTANCE:1 X-MICROSOFT-CDO-OWNERAPPTID:-2673127979 BEGIN:VALARM ACTION:DISPLAY DESCRIPTION:REMINDER TRIGGER;RELATED=START:-PT00H15M00S END:VALARM END:VEVENT END:VCALENDAR ------_=_NextPart_001_01C4F431.619431CA--</Mime> </SendMail>