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