NewSession Property

       

Specifies whether a new mail session should be established, even if a valid session currently exists.

Syntax

object.NewSession[ = value]

The NewSession property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A boolean expression specifying whether a new mail session should be established, as described in Settings.

Settings

The settings for value are:

Setting Description
True A new messaging session is established, regardless of whether a valid session already exists.
False (Default) Use the existing session established by the user.

Data Type

Boolean