ADRecipient.MaxReceiveSize Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MaxReceiveSize As Unlimited(Of ByteQuantifiedSize)
Get
Set
'Usage
Dim instance As ADRecipient
Dim value As Unlimited(Of ByteQuantifiedSize)
value = instance.MaxReceiveSize
instance.MaxReceiveSize = value
public Unlimited<ByteQuantifiedSize> MaxReceiveSize { get; set; }