LinkedResource::ContentLink Property

 

Gets or sets a URI that the resource must match.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property Uri^ ContentLink {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

If ContentLink is a relative URI, the recipient of the message must resolve it.

.NET Framework
Available since 2.0
Return to top
Show: