Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The CdoReferenceType enumeration is used when calling the IMessage::AddRelatedBodyPart method. Using the enumeration, you can specify how a related MIME entity, such as an included image, is to be referenced within MHTML formatted messages using a Content-ID header, or a Content-Location header.
Name | Value | Description |
---|---|---|
cdoRefTypeId | 0 | The Reference parameter contains a value for the Content-ID header |
cdoRefTypeLocation | 1 | The Reference parameter contains a value for the Content-Location header |