Share via


MailCommandEventArgs.Size Property

The Size property gets or sets a value that specifies the optional Size parameter that is associated with the event to which this instance of the MailCommandEventArgs class was passed.

Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public Property Size As Long
public long Size { get; set; }
public:
property long long Size {
    long long get ();
    void set (long long value);
}
/** @property */
public long get_Size ()

/** @property */
public void set_Size (long value)
public function get Size () : long

public function set Size (value : long)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003