IMessage : IMAPIProp
Hace referencia a: Outlook 2013 | Outlook 2016
Administra mensajes, datos adjuntos y destinatarios.
Propiedad | Valor |
---|---|
Archivo de encabezado: |
Mapidefs.h |
Expuesto por: |
Objeto Message |
Implementado por: |
Proveedores de almacén de mensajes |
Llamado por: |
Aplicaciones cliente |
Identificador de interfaz: |
IID_IMessage |
Tipo de puntero: |
LPMESSAGE |
Modelo de transacción: |
Tramitado |
Orden de tabla virtual
Member | Descripción |
---|---|
GetAttachmentTable |
Devuelve la tabla de datos adjuntos del mensaje. |
OpenAttach |
Abre un archivo adjunto. |
CreateAttach |
Crea un nuevo archivo adjunto. |
DeleteAttach |
Elimina los datos adjuntos. |
GetRecipientTable |
Devuelve la tabla de destinatarios del mensaje. |
ModifyRecipients |
Agrega, elimina o modifica a los destinatarios del mensaje. |
SubmitMessage |
Guarda todos los cambios en el mensaje y lo marca como listo para el envío. |
SetReadFlag |
Establece o borra la marca de MSGFLAG_READ en la propiedad PR_MESSAGE_FLAGS (PidTagMessageFlags) del mensaje y administra el envío de informes de lectura. |
Las siguientes propiedades son necesarias en los mensajes en algún momento durante su ciclo de vida. El proveedor del almacén de mensajes establece la mayoría de las propiedades de solo lectura cuando un cliente llama al método IMAPIProp::SaveChanges de un mensaje. El proveedor de transporte establece otras propiedades de solo lectura.
Propiedades necesarias para los mensajes de todas las clases | Access |
---|---|
PR_CREATION_TIME (PidTagCreationTime) |
Solo lectura |
PR_DISPLAY_BCC (PidTagDisplayBcc) |
Solo lectura |
PR_DISPLAY_CC (PidTagDisplayCc) |
Solo lectura |
PR_DISPLAY_TO (PidTagDisplayTo) |
Solo lectura |
PR_ENTRYID (PidTagEntryId) |
Solo lectura |
PR_LAST_MODIFICATION_TIME (PidTagLastModificationTime) |
Solo lectura |
PR_MESSAGE_ATTACHMENTS (PidTagMessageAttachments) |
Solo lectura |
PR_MESSAGE_CLASS (PidTagMessageClass) |
Lectura y escritura |
PR_MESSAGE_FLAGS (PidTagMessageFlags) |
Lectura y escritura |
PR_MESSAGE_RECIPIENTS (PidTagMessageRecipients) |
Solo lectura |
PR_MESSAGE_SIZE (PidTagMessageSize) |
Solo lectura |
PR_MESSAGE_CC_ME (PidTagMessageCcMe) |
Solo lectura |
PR_MESSAGE_RECIP_ME (PidTagMessageRecipientMe) |
Solo lectura |
PR_MESSAGE_TO_ME (PidTagMessageToMe) |
Solo lectura |
PR_NORMALIZED_SUBJECT (PidTagNormalizedSubject) |
Solo lectura |
propiedades de PR_ORIGINATOR |
Solo lectura |
PR_PARENT_DISPLAY (PidTagParentDisplay) |
Solo lectura |
PR_PARENT_ENTRYID (PidTagParentEntryId) |
Solo lectura |
propiedades de PR_RECEIVED_BY |
Solo lectura |
PR_RECIPIENT_TYPE (PidTagRecipientType) |
Solo lectura |
PR_RECORD_KEY (PidTagRecordKey) |
Solo lectura |
PR_SEARCH_KEY (PidTagSearchKey) |
Solo lectura |
propiedades de PR_SENDER |
Solo lectura |
PR_STORE_ENTRYID (PidTagStoreEntryId) |
Solo lectura |
PR_STORE_RECORD_KEY (PidTagStoreRecordKey) |
Solo lectura |
Las propiedades siguientes son de solo lectura para los clientes, con la excepción de PR_BODY. Los clientes construyen esta propiedad cuando procesan un informe.
Propiedades de los mensajes de informe |
---|
PR_BODY (PidTagBody) |
PR_CONVERSATION_INDEX (PidTagConversationIndex) |
PR_CONVERSATION_TOPIC (PidTagConversationTopic) |
PR_MESSAGE_CLASS |
PR_MESSAGE_DELIVERY_TIME (PidTagMessageDeliveryTime) |
PR_ORIGINAL_DELIVERY_TIME (PidTagOriginalDeliveryTime) |
PR_ORIGINAL_DISPLAY_BCC (PidTagOriginalDisplayBcc) |
PR_ORIGINAL_DISPLAY_CC (PidTagOriginalDisplayCc) |
PR_ORIGINAL_DISPLAY_TO (PidTagOriginalDisplayTo) |
PR_ORIGINAL_SUBJECT (PidTagOriginalSubject) |
PR_ORIGINAL_SUBMIT_TIME (PidTagOriginalSubmitTime) |
PR_REPORT_TAG (PidTagReportTag) |
PR_REPORT_TEXT (PidTagReportText) |
PR_REPORT_TIME (PidTagReportTime) |
PR_SEARCH_KEY |
propiedades de PR_SENDER |
PR_SUBJECT (PidTagSubject) |
Propiedades de los destinatarios del mensaje | Access | Obligatorio u opcional |
---|---|---|
PR_ADDRTYPE (PidTagAddressType) |
Solo lectura |
Obligatorio |
PR_DISPLAY_NAME (PidTagDisplayName) |
Lectura y escritura |
Obligatorio |
PR_DISPLAY_TYPE (PidTagDisplayType) |
Lectura y escritura |
Obligatorio |
PR_EMAIL_ADDRESS (PidTagEmailAddress) |
Solo lectura |
Opcional |
PR_ENTRYID |
Solo lectura |
Obligatorio |
PR_OBJECT_TYPE (PidTagObjectType) |
Solo lectura |
Obligatorio |
PR_SEARCH_KEY |
Solo lectura |
Opcional |