Share via


ADRecipient.MaxSendSize property

Namespace:  Microsoft.Exchange.Data.Directory.Recipient
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property MaxSendSize As Unlimited(Of ByteQuantifiedSize)
    Get
    Set
'Usage
Dim instance As ADRecipient
Dim value As Unlimited(Of ByteQuantifiedSize)

value = instance.MaxSendSize

instance.MaxSendSize = value
public Unlimited<ByteQuantifiedSize> MaxSendSize { get; set; }

Property value

Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>

See also

Reference

ADRecipient class

ADRecipient members

Microsoft.Exchange.Data.Directory.Recipient namespace