MailEnabledRecipient.MaxReceiveSize Property
Gets or sets the maximum size, in bytes, of email messages that can be received by the recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MaxReceiveSize As Unlimited(Of ByteQuantifiedSize)
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Unlimited(Of ByteQuantifiedSize)
value = instance.MaxReceiveSize
instance.MaxReceiveSize = value
[ParameterAttribute(Mandatory = false)]
public Unlimited<ByteQuantifiedSize> MaxReceiveSize { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The maximum size, in bytes, of email messages that can be received by the recipient.