ContactEndpoint.CanStart(ModalityTypes) Method
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.
Checks if this endpoint can start a given mode of communication (modality
public:
bool CanStart(Microsoft::Lync::Model::Conversation::ModalityTypes modalityTypes);
public bool CanStart (Microsoft.Lync.Model.Conversation.ModalityTypes modalityTypes);
member this.CanStart : Microsoft.Lync.Model.Conversation.ModalityTypes -> bool
Parameters
- modalityTypes
- ModalityTypes
Returns
System.Boolean