PreviewItemResponseShape Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PreviewItemResponseShape() |
Initializes a new instance of the PreviewItemResponseShape class. The PreviewItemResponseShape() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PreviewItemResponseShape(PreviewItemBaseShape, ExtendedPropertyDefinition[]) |
Initializes a new instance of the PreviewItemResponseShape class with a collection of extended property names and an associated collection of extended property definitions. The PreviewItemResponseShape(PreviewItemBaseShape, ExtendedPropertyDefinition[]) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PreviewItemResponseShape()
Initializes a new instance of the PreviewItemResponseShape class. The PreviewItemResponseShape() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
PreviewItemResponseShape();
public PreviewItemResponseShape ();
Public Sub New ()
Applies to
PreviewItemResponseShape(PreviewItemBaseShape, ExtendedPropertyDefinition[])
Initializes a new instance of the PreviewItemResponseShape class with a collection of extended property names and an associated collection of extended property definitions. The PreviewItemResponseShape(PreviewItemBaseShape, ExtendedPropertyDefinition[]) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
PreviewItemResponseShape(Microsoft::Exchange::WebServices::Data::PreviewItemBaseShape baseShape, cli::array <Microsoft::Exchange::WebServices::Data::ExtendedPropertyDefinition ^> ^ additionalProperties);
public PreviewItemResponseShape (Microsoft.Exchange.WebServices.Data.PreviewItemBaseShape baseShape, Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition[] additionalProperties);
Public Sub New (baseShape As PreviewItemBaseShape, additionalProperties As ExtendedPropertyDefinition())
Parameters
- baseShape
- PreviewItemBaseShape
The preview item base shape.
- additionalProperties
- ExtendedPropertyDefinition[]
The additional properties (must be in the form of extended properties).