CustomInviteBody property

Sets or returns the custom eRoom invite body.

Syntax


C++

HRESULT get_CustomInviteBody(BSTR* pCustomInviteBody)

HRESULT put_CustomInviteBody(BSTR myCustomInviteBody)

Scripting languages

String = Room.CustomInviteBody

Room.CustomInviteBody = String

Remarks


When there is no custom invite body, this property's value is the empty string.

When setting a custom invite body, you can specify special values that will be replaced with the eRoom URL and invitee's LoginName.

{eRoomURL} is replaced with the URL of the room the user is being invited to.

{eRoomLoginName} is replaced with the invited user’s login name.

Home

Applies to

IERURoom