|
|
|
IMessage Interface |
|
IID_IMessage |
{00020308-0000-0000-C000-000000000046} |
|
The IAttach interface is used to maintain and provide access to the properties of attachments in messages.
This interface inherits from IMAPIProp.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMAPIProp Methods |
Description |
|
GetLastError |
Returns a MAPIERROR structure containing information about the previous error. |
|
SaveChanges |
Makes permanent any changes made to an object since the last save operation. |
|
GetProps |
Retrieves one or more properties. |
|
GetPropList |
Returns property tags for all properties. |
|
OpenProperty |
Returns a pointer to an interface to be used to access a property. |
|
SetProps |
Updates one or more properties. |
|
DeleteProps |
Deletes one or more properties. |
|
CopyTo |
Copies or moves all properties, except for specifically excluded properties. |
|
CopyProps |
Copies or moves selected properties. |
|
GetNamesFromIDs |
Provides the property names that correspond to one or more property identifiers. |
|
GetIDsFromNames |
Provides the property identifiers that correspond to one or more property names. |
|
IMessage Methods |
Description |
|
GetAttachmentTable |
Returns the message's attachment table. |
|
OpenAttach |
Opens an attachment. |
|
CreateAttach |
Creates a new attachment. |
|
DeleteAttach |
Deletes an attachment. |
|
GetRecipientTable |
Returns the message's recipient table. |
|
ModifyRecipients |
Adds, deletes, or modifies message recipients. |
|
SubmitMessage |
Saves all changes to the message and marks it as ready for sending. |
|
SetReadFlag |
Sets or clears the MSGFLAG_READ flag in the PR_MESSAGE_FLAGS property of the message and manages the sending of read reports. |
|
GetAttachmentTable |
|
FUNCTION
IMessage_GetAttachmentTable ( _
|
|
OpenAttach |
|
FUNCTION
IMessage_OpenAttach ( _
|
|
CreateAttach |
|
FUNCTION
IMessage_CreateAttach ( _
|
|
DeleteAttach |
|
FUNCTION
IMessage_DeleteAttach ( _
|
|
GetRecipientTable |
|
FUNCTION
IMessage_GetRecipientTable ( _
|
|
ModifyRecipients |
|
FUNCTION
IMessage_ModifyRecipients ( _
|
|
SubmitMessage |
|
FUNCTION
IMessage_SubmitMessage ( _
|
|
SetReadFlag |
|
FUNCTION
IMessage_SetReadFlag ( _
|
Page last updated on Monday, 03 April 2006 20:17:11 +0200