Attachments Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the collection of paths to documents to be used as attachments for e-mail.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property Attachments As Collection(Of String)
'Usage
Dim instance As DirectMail
Dim value As Collection(Of String)

value = instance.Attachments
public Collection<string> Attachments { get; }
public:
property Collection<String^>^ Attachments {
    Collection<String^>^ get ();
}
public function get Attachments () : Collection<String>

Property Value

Type: System.Collections.ObjectModel..::.Collection<(Of <(String>)>)
A collection of strings that are paths to attachment documents. The default value of Attachments is an empty collection.

Remarks

Returns a set of DirectMail attachments specified by their URL.

Permissions

See Also

Reference

DirectMail Class

DirectMail Members

Microsoft.CommerceServer.Marketing Namespace