Class PreviewItemResponseShape
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents preview item response shape
public sealed class PreviewItemResponseShape
- Inheritance
-
PreviewItemResponseShape
- Inherited Members
Constructors
PreviewItemResponseShape()
Constructor
public PreviewItemResponseShape()
PreviewItemResponseShape(PreviewItemBaseShape, ExtendedPropertyDefinition[])
Constructor
public PreviewItemResponseShape(PreviewItemBaseShape baseShape, ExtendedPropertyDefinition[] additionalProperties)
Parameters
baseShape
PreviewItemBaseShapePreview item base shape
additionalProperties
ExtendedPropertyDefinition[]Additional properties (must be in form of extended properties)
Properties
AdditionalProperties
Additional properties (must be in form of extended properties)
public ExtendedPropertyDefinition[] AdditionalProperties { get; set; }
Property Value
BaseShape
Mailbox identifier
public PreviewItemBaseShape BaseShape { get; set; }