TransportServer.PickupDirectoryMaxHeaderSize property
Gets or sets the maximum message header size that can be submitted to the Pickup directory.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property PickupDirectoryMaxHeaderSize As ByteQuantifiedSize
Get
Set
'Usage
Dim instance As TransportServer
Dim value As ByteQuantifiedSize
value = instance.PickupDirectoryMaxHeaderSize
instance.PickupDirectoryMaxHeaderSize = value
public ByteQuantifiedSize PickupDirectoryMaxHeaderSize { get; set; }
Property value
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
The maximum message header size that can be submitted to the Pickup directory. The default value is 64 KB.
Remarks
The valid values for the PickupDirectoryMaxHeaderSize property are 32,768 bytes (32 KB) and 2,147,483,647 bytes (2 GB). When you enter a value, you can qualify it with one of the following units:
B (bytes)
KB (kilobytes)
MB (megabytes)
GB (gigabytes)
Unqualified values are treated as bytes.