Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.