Click to Rate and Give Feedback

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Meetings Class (Meetings)
Enables you to create and manage Meeting Workspace sites.

Web Service: MeetingsWeb Reference: http://<Site>/_vti_bin/Meetings.asmx
Visual Basic (Declaration)
<DesignerCategoryAttribute("code")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<WebServiceBindingAttribute(Name:="MeetingsSoap", Web Service:="http://schemas.microsoft.com/sharepoint/soap/meetings/")> _
<DebuggerStepThroughAttribute> _
Public Class Meetings
    Inherits SoapHttpClientProtocol
Visual Basic (Usage)
Dim instance As Meetings
C#
[DesignerCategoryAttribute("code")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[WebServiceBindingAttribute(Name="MeetingsSoap", Web Service="http://schemas.microsoft.com/sharepoint/soap/meetings/")] 
[DebuggerStepThroughAttribute] 
public class Meetings : SoapHttpClientProtocol

To access the Meetings service and its methods, set a Web reference to http://Server_Name/[sites/][Site_Name/]_vti_bin/Meetings.asmx.

The following code example shows how to initialize a new instance of the Meetings service and authenticate the user to the server by using the credentials of the current user.

Visual Basic
Dim ws As New mywss001.Meetings()
Dim myCache As New System.Net.CredentialCache()
ws.Credentials = myCache.DefaultCredentials
C#
mywss001.Meetings ws = new mywss001.Meetings();
System.Net.CredentialCache myCache = new System.Net.CredentialCache();
ws.Credentials = myCache.DefaultCredentials;
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker