SMTPMESSAGE structure
[SMTPMESSAGE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Holds a Simple Mail Transport Protocol (SMTP) message.
Syntax
typedef struct tagSMTPMESSAGE {
ULONG cbSize;
LPSTREAM pstmMsg;
INETADDRLIST rAddressList;
} SMTPMESSAGE, *LPSMTPMESSAGE;
Members
-
cbSize
-
Type: ULONG
-
Contains a ULONG that contains the size of the message in bytes.
-
pstmMsg
-
Type: LPSTREAM
-
Contains a pointer to an IStream object that contains the ANSI MIME/RFC 822 message stream.
-
rAddressList
-
Type: INETADDRLIST
-
Contains the INETADDRLIST that contains sender and recipients.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|