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
<ParameterAttribute(Mandatory := False)> _
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
[ParameterAttribute(Mandatory = false)]
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).
See Also