Mailbox.MaxBlockedSenders property
Gets or sets the maximum number of senders that can be included in a blocked senders list.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MaxBlockedSenders As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Nullable(Of Integer)
value = instance.MaxBlockedSenders
instance.MaxBlockedSenders = value
public Nullable<int> MaxBlockedSenders { get; set; }
Property value
Type: System.Nullable<Int32>
The maximum number of senders that can be included in a blocked senders list. This property can be a null reference (Nothing in Visual Basic).