API Reference
Class
EmailProcessingBudgetSnapshot
Immutable observed resource usage for one bounded email read.
Inheritance
- Object
- EmailProcessingBudgetSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailReadResult.ProcessingBudget
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int64 InputBytes { get; } #Source bytes accounted to the operation.
public Int32 PartCount { get; } #MIME entities accounted across the message and embedded messages.
public Int32 PropertyCount { get; } #MAPI properties accounted across MSG and TNEF structures.
public Int64 DecodedPropertyBytes { get; } #Decoded MAPI property bytes accounted across the operation.
public Int32 AttachmentCount { get; } #Attachments accounted across nested MIME, MSG, and TNEF structures.
public Int64 AttachmentBytes { get; } #Decoded attachment bytes accounted across the operation.
public Int32 TnefAttributeCount { get; } #TNEF attributes accounted across the operation.