Similar to the src attribute on the img tag. The value must be a URL that points to a publicly-cacheable image file
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string Src { get; set; }
Public Property Src As String
Get
Set
public:
property String^ Src {
String^ get ();
void set (String^ value);
}
member Src : string with get, set
Property Value
Type:
StringSee Also