Application Contents Collection

The Contents collection contains all the items that have been added to the application through a script command. Information stored in the Application collections is available throughout the mailing session. You can use the Contents collection to obtain a list of items that have been given application scope, or to specify a particular item to be the target of an operation. See the Collection Object for standard collection properties and methods.

Syntax

Item = Application.Contents(key|index)

Parameters
key
The identifier for the item to return.
index
An index offset indicating which item in the list to return. The index starts at 0
Settings and Return Values

Sets or returns a Variant value.

Remarks

The Contents collection is the Application object implicit collection. Therefore you do not need to specify .Contents when accessing the collection.

Example

Application("SomeValue") = "13456789"

Applies To

Application Object

See Also

Session Contents Collection



©2001-2015 eMill. All trademarks property of their owners.