MaxAttachmentSize

EASProvisionDoc.MaxAttachmentSize property

Specifies the maximum attachment size in bytes as determined by security policy. If the property is null, the client interprets this as meaning no maximum attachment size has been set by the security policy.

public int? MaxAttachmentSize { get; set; }

See Also