Guests property

Returns a collection of members who are guests of the community.

Syntax


C++

HRESULT get_Guests(
   
LONG MemberFlags,
   
IERUCollection** ppGuests)

Scripting languages

Set Guests = Object.Guests(
   
MemberFlags as Long)

 

Remarks


The MemberFlags parameter is one or more values from the ERUMemberFlag enum logically ORed together to specify which types of members the returned collection should contain.

Home

Applies to

IERUMemberManager