Share via


SuggestionDayResult.SuggestionArray Property

The SuggestionArray gets or sets a collection of meeting suggestions.

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

Syntax

'Declaration
<XmlArrayItemAttribute(IsNullable:=False)> _
Public Property SuggestionArray As Suggestion()
[XmlArrayItemAttribute(IsNullable=false)] 
public Suggestion[] SuggestionArray { get; set; }
[XmlArrayItemAttribute(IsNullable=false)] 
public:
property array<Suggestion^>^ SuggestionArray {
    array<Suggestion^>^ get ();
    void set (array<Suggestion^>^ value);
}
/** @property */
public Suggestion[] get_SuggestionArray ()

/** @property */
public void set_SuggestionArray (Suggestion[] value)
public function get SuggestionArray () : Suggestion[]

public function set SuggestionArray (value : Suggestion[])

Property Value

The SuggestionArray property returns an array of Suggestion objects that contain suggested meeting times on the date specified in the Date property.

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)