CID

The CID property sets or gets the content identifier.

Settings and Return Values

Sets or returns a String value.

Remarks

A CID should only be set if the content is referenced in a URI of a text/html content type.

Example

Code in the Mail_OnStartRender handler:

Mail.Contents.Add("chart")
Mail.Contents("chart").URL = "http://www.emilltest.com/chartapp/renderpie.asp?v1=12&v2=38&v3=50"
Mail.Contents("chart").CreateCID

Some content:

<body>
See the following pie chart: <img src=<%="CID:" & Mail.Contents("chart").CID%>>
</body>

Applies To

Content Object

See Also

Contents Collection



©2001-2015 eMill. All trademarks property of their owners.