CustomInviteSubject property

Sets or returns the custom invite subject.

Syntax


C++

HRESULT get_CustomInviteSubject(BSTR* pCustomInviteSubject)

HRESULT put_CustomInviteSubject(BSTR myCustomInviteSubject)

Scripting languages

String = Room.CustomInviteSubject

Room.CustomInviteSubject = String

Remarks


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

Home

Applies to

IERURoom