Gets and sets the content identifier for the selected message
part.
Syntax
object.ContentID [= value]
The ContentID property syntax has the following
parts:
| Part |
Description |
| object
|
An object expression that
evaluates to an InternetMail object. |
| value
|
A string which uniquely identifies
the content in the current message part. |
Remarks
The ContentID property returns the unique content
identifier string for the current message part. This multipart
header field is not commonly used, and if undefined, will return an
empty string. If set, this will change the value of the Content-ID
header field in the current message part.
Data Type
String
See Also
ContentLength Property,
ContentType Property
|