PR_ATTACHMENT_CONTACTPHOTO

PR_ATTACHMENT_CONTACTPHOTO

Specifies whether an attachment on the contact’s underlying message is a picture.

Quick Info

Exposed by: Messaging user objects
Identifier: 0x7FFF
Property type: PT_BOOLEAN
Property tag: 0x7FFF000B
Access: Read-only

Remarks

Outlook supports a picture for each contact. This picture is stored as an attachment on the contact’s underlying message. Use IMessage::GetAttachmentTable to access the PR_ATTACHMENT_CONTACTPHOTO property as a column in the attachment table of the message object, or access it as a property on the IAttach object.

If this value is True, then the attachment is the contact picture. The picture is stored as a JPEG formatted file.

PR_ATTACHMENT_CONTACTPHOTO is only supported as a read-only property.

See Also

About MAPI Additions