GetDelegateType.UserIds Property
The UserIds property gets or sets a UserIdType array that represents the delegates to get from a mailbox.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlArrayItemAttribute("UserId", Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property UserIds As UserIdType()
[XmlArrayItemAttribute("UserId", Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public UserIdType[] UserIds { get; set; }
[XmlArrayItemAttribute(L"UserId", Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public:
property array<UserIdType^>^ UserIds {
array<UserIdType^>^ get ();
void set (array<UserIdType^>^ value);
}
/** @property */
public UserIdType[] get_UserIds ()
/** @property */
public void set_UserIds (UserIdType[] value)
public function get UserIds () : UserIdType[]
public function set UserIds (value : UserIdType[])
Property Value
The UserIds property returns a UserIdType array that represents the delegates to get from a mailbox.
Remarks
If UserIds is not set in the Simple Object Access Protocol (SOAP) request, information for all the delegates in the specified mailbox will be returned in the response.
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)
See Also
Reference
GetDelegateType Class
GetDelegateType Members
ExchangeWebServices Namespace