MESSAGEFIELDS
The MESSAGEFIELDS structure describes the fields of a new message to be composed.
Syntax
struct {
LPCWSTR pszwTo;
LPCWSTR pszwCc;
LPCWSTR pszwBcc;
LPCWSTR pszwSubject;
LPCWSTR pszwBody;
DWORD flags;
} MESSAGEFIELDS;
Members
- pszwTo
Rfc822 compliant "To" address(es). - pszwCc
Rfc822 compliant "Cc" address(es). - pszwBcc
Rfc822 compliant "Bcc" address(es). - pszwSubject
Subject field for the new message. - pszwBody
Body field for the new message. - flags
One of the following enumeration values.Enumerator Value Description MESSAGEFIELDS_FLAGS_DELETEONCLOSE 0x00000001 Delete the message permanently if the user cancels. MESSAGEFIELDS_FLAGS_SMSSERVICE 0x00000002 A Short Message Service (SMS) message.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
See Also
IFormProvider::ComposeMessageForm | IMessageFormHostEx::DoAction | MAPI Structures | Messaging
Send Feedback on this topic to the authors