AttachmentType.ContentId Property

Definition

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.

Applies to