Edit

Share via


PreviewItemResponseShape Constructors

Definition

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).

Applies to