LumiSoft Net Help
IMAP_Quota_Entry Constructor (resourceName, currentUsage, maxUsage)
NamespacesLumiSoft.Net.IMAPIMAP_Quota_EntryIMAP_Quota_Entry(String, Int64, Int64)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_Quota_Entry(
	string resourceName,
	long currentUsage,
	long maxUsage
)
Public Sub New ( 
	resourceName As String,
	currentUsage As Long,
	maxUsage As Long
)
public:
IMAP_Quota_Entry(
	String^ resourceName, 
	long long currentUsage, 
	long long maxUsage
)
new : 
        resourceName : string * 
        currentUsage : int64 * 
        maxUsage : int64 -> IMAP_Quota_Entry
Parameters
resourceName (String)
Resource limit name.
currentUsage (Int64)
Current resourse usage.
maxUsage (Int64)
Maximum allowed resource usage.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when resourceName is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119