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