SendDisabled

AccountInformation.SendDisabled property

Specifies whether the client can send messages using the given account. The value of the SendDisabled is TRUE if the client cannot send using the given account; otherwise, FALSE. The SendDisabled is not supported when the protocol version is 12.1 or 14.0.

public bool? SendDisabled { get; set; }

See Also