Share via


SuggestionsResponseType.SuggestionDayResultArray Property

The SuggestionDayResultArray property returns a collection of meeting time suggestions organized by day.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlArrayItemAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property SuggestionDayResultArray As SuggestionDayResult()
[XmlArrayItemAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public SuggestionDayResult[] SuggestionDayResultArray { get; set; }
[XmlArrayItemAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public:
property array<SuggestionDayResult^>^ SuggestionDayResultArray {
    array<SuggestionDayResult^>^ get ();
    void set (array<SuggestionDayResult^>^ value);
}
/** @property */
public SuggestionDayResult[] get_SuggestionDayResultArray ()

/** @property */
public void set_SuggestionDayResultArray (SuggestionDayResult[] value)
public function get SuggestionDayResultArray () : SuggestionDayResult[]

public function set SuggestionDayResultArray (value : SuggestionDayResult[])

Property Value

The SuggestionDayResultArray property returns an array of SuggestionDayResult objects that contain meeting time suggestions.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)