Compartilhar 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
    Get
    Set
'Usage
Dim instance As MailCommandEventArgs
Dim value As Long

value = instance.Size

instance.Size = value
public long Size { get; set; }

Property value

Type: System.Int64

See also

Reference

MailCommandEventArgs class

MailCommandEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace