MailEnabledRecipient.MaxSendSize property

Gets or sets the maximum size, in bytes, of email messages that can be sent by the recipient.

Namespace:  Microsoft.Exchange.Data.Directory.Management
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 MailEnabledRecipient
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>
The maximum size, in bytes, of email messages that can be sent by the recipient.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace