ServerSideSyncEmailSettings.IncomingEmailMaximumSizeLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum limit, in bytes, for the incoming message size. This setting applies to email received from an Exchange or POP3 email server type.
public:
property int IncomingEmailMaximumSizeLimit { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int IncomingEmailMaximumSizeLimit { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IncomingEmailMaximumSizeLimit : int with get, set
Public Property IncomingEmailMaximumSizeLimit As Integer
Property Value
The maximum email size limit.
- Attributes