Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns a calendar message for the appointment with the method value set to "Publish." Published appointments do not have attendees. To send the calendar message, you need to add recipients using the IMessage interface of the calendar message.
[Visual Basic,VBScript] Function Publish() As ICalendarMessage [C++] HRESULT Publish(ICalendarMessage** pVal); [IDL] HRESULT Publish([out,retval] ICalendarMessage** pVal);