language.Text Property
The Text property gets or sets the culture to use when a mailbox is opened. Although this property gets or sets an array of strings, only a single culture can be used for this property. This property is optional. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlTextAttribute> _
Public Property Text As String()
[XmlTextAttribute]
public string[] Text { get; set; }
[XmlTextAttribute]
public:
property array<String^>^ Text {
array<String^>^ get ();
void set (array<String^>^ value);
}
/** @property */
public String[] get_Text ()
/** @property */
public void set_Text (String[] value)
public function get Text () : String[]
public function set Text (value : String[])
Property Value
The Text property returns a single dimensional string array that describes the culture that is used to open a mailbox.
Remarks
The Text property should be set with an array that contains at most one element. The string array is an artifact of the proxy generator.
If this property is not set, the default culture of the computer that is running Microsoft Exchange Server 2007 is used.
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)