Condividi tramite


Proprietà FolderResponseShapeType.AdditionalProperties

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene o imposta le proprietà aggiuntive da restituire in una risposta GetFolder, FindFolder o SyncFolderHierarchy.

Spazio dei nomi:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Sintassi

'Dichiarazione
Public Property AdditionalProperties As BasePathToElementType()
'Utilizzo
Dim instance As FolderResponseShapeType
Dim value As BasePathToElementType()

value = instance.AdditionalProperties

instance.AdditionalProperties = value
public BasePathToElementType[] AdditionalProperties { get; set; }
public:
property array<BasePathToElementType^>^ AdditionalProperties {
    array<BasePathToElementType^>^ get ();
    void set (array<BasePathToElementType^>^ value);
}
public function get AdditionalProperties () : BasePathToElementType[]
public function set AdditionalProperties (value : BasePathToElementType[])

Valore proprietà

Tipo: array<Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BasePathToElementType[]

Proprietà aggiuntive da restituire nella risposta.

Autorizzazioni

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5

Vedere anche

Riferimenti

FolderResponseShapeType Classe

Membri FolderResponseShapeType

Spazio dei nomi Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007