Compartir a través de


MailAccount.IsBusyAccount Propiedad

Gets a Boolean which indicates whether the account has unsent items.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Mail
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsBusyAccount As Boolean 
    Get
'Uso
Dim instance As MailAccount 
Dim value As Boolean 

value = instance.IsBusyAccount
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsBusyAccount { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsBusyAccount {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsBusyAccount : bool
function get IsBusyAccount () : boolean

Valor de la propiedad

Tipo: System.Boolean
Returns a Boolean which is true if the account has unsent items; otherwise false.

Vea también

Referencia

MailAccount Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Mail