ConferenceScheduleInformation.Passcode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the conference passcode to be used by anonymous users.
public:
property System::String ^ Passcode { System::String ^ get(); void set(System::String ^ value); };
public string Passcode { get; set; }
member this.Passcode : string with get, set
Public Property Passcode As String
Property Value
Exceptions
Thrown if a null value is supplied.
Remarks
For server versions prior to Microsoft Lync Server 2010, set this property when scheduling confereneces with anonymous access. Note that this propery has to be set even if passcode verification is set to optional IsPasscodeOptional since other clients like LiveMeeting do not support optional passcode verification.
The passcode is a case-sensitive alpha-numeric string between 4 to 16 characters long. However, for phone enabled conferences PhoneAccessEnabled the passcode has to be numeric only.