Share via


AddDelegateType.DelegateUsers Property

The DelegateUsers property gets or sets a DelegateUserType array that represents the identities of delegates to add to a mailbox.

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

Syntax

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

/** @property */
public void set_DelegateUsers (DelegateUserType[] value)
public function get DelegateUsers () : DelegateUserType[]

public function set DelegateUsers (value : DelegateUserType[])

Property Value

The DelegateUsers property returns an array of DelegateUserType that represent the identities of delegates to add to 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)