AttachmentBaseContentId Property |
Gets or sets the content id.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string ContentId { get; set; }
Public Property ContentId As String
Get
Set
public:
property String^ ContentId {
String^ get ();
void set (String^ value);
}
member ContentId : string with get, set
Property Value
Type:
StringThe content id.
See Also