AttachmentType.ContentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ContentId property gets or sets the attachment content identifier. This property is read/write.
public:
property System::String ^ ContentId { System::String ^ get(); void set(System::String ^ value); };
public string ContentId { get; set; }
Public Property ContentId As String
Property Value
The ContentId property returns a string that contains the content identifier.
Remarks
The value of ContentId can be set to any string value. Applications can use the ContentId property to implement their own identification mechanism.