LinkedResourceContentLink Property |
Gets or sets a URI that the resource must match.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public Uri ContentLink { get; set; }
Public Property ContentLink As Uri
Get
Set
public:
property Uri^ ContentLink {
Uri^ get ();
void set (Uri^ value);
}
member ContentLink : Uri with get, set
Property Value
Type:
UriSee Also