OOOSetGeneralMessage
Function : OOO
OOOSetGeneralMessage - This function sets general message messages
#include <oooapi.h>
STATUS LNPUBLIC OOOSetGeneralMessage(
OOOCTXPTR *pOOOContext,
Const char *pGeneralMessage,
WORD wGeneralMessageLen);
OOO supports two sets of notification messages. They are called General message/subject and Special message/subject. The following text is always appended to the body of the message, where the "Message subject" is obtained from the message which caused the notification to be generated."Note: This is an automated response to your message "Message subject" sent on 2/12/2009 10:12:17 AM. This is the only notification you will receive while this person is away."
Parameters : Input : pOOOContext - pointer obtained from the OOOStartOperation call
pGeneralMessage - The text of the general message, the text may contain nulls. The caller is responsible for allocating and freeing this memory
wGeneralMessageLen - The length of the text of the the general message.
Output : (routine) - Return status from this call -- indicates either success or what the error is. NOERROR - Successfully performed this operation
See Also : OOOGetGeneralMessage