Share via


RemoveDelegateType.UserIds Property

The UserIds property gets or sets a UserIdType array that represents the delegates to remove 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 an array of UserIdType that represents the delegates to remove from a mailbox.

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)