AlternateView::LinkedResources Property

 
clsCompliantAlternativeNone.

Gets the set of embedded resources referred to by this attachment.

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

public:
property LinkedResourceCollection^ LinkedResources {
	LinkedResourceCollection^ get();
}

Property Value

Type: System.Net.Mail::LinkedResourceCollection^

A LinkedResourceCollection object that stores the collection of linked resources to be sent as part of an e-mail message.

.NET Framework
Available since 2.0
Return to top
Show: