PublicFolder.ProhibitPostQuota Property
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public Property ProhibitPostQuota As Nullable(Of Unlimited(Of ByteQuantifiedSize))
Get
Set
'Usage
Dim instance As PublicFolder
Dim value As Nullable(Of Unlimited(Of ByteQuantifiedSize))
value = instance.ProhibitPostQuota
instance.ProhibitPostQuota = value
public Nullable<Unlimited<ByteQuantifiedSize>> ProhibitPostQuota { get; set; }