Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates meeting information that is stored in Internet Calendar (iCalendar) format.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Update ( _
icalText As String, _
ignoreAttendees As Boolean, _
<OutAttribute> ByRef attendeeUpdateStatus As Integer, _
<OutAttribute> ByRef attendeeUpdateMessage As String, _
<OutAttribute> ByRef AttendeeEmailsUnresolved As String() _
)
'Usage
Dim instance As SPMeeting
Dim icalText As String
Dim ignoreAttendees As Boolean
Dim attendeeUpdateStatus As Integer
Dim attendeeUpdateMessage As String
Dim AttendeeEmailsUnresolved As String()
instance.Update(icalText, ignoreAttendees, _
attendeeUpdateStatus, attendeeUpdateMessage, _
AttendeeEmailsUnresolved)
public void Update(
string icalText,
bool ignoreAttendees,
out int attendeeUpdateStatus,
out string attendeeUpdateMessage,
out string[] AttendeeEmailsUnresolved
)
Parameters
icalText
Type: System.StringA string that contains the iCalendar representation of the updated meeting.
ignoreAttendees
Type: System.Booleantrue to skip processing of the iCalendar attendee list; otherwise, false
attendeeUpdateStatus
Type: System.Int32A reference to a variable that will receive the attendee update status. Possible values are listed in the following table.
Value
Description
0
No error occurred.
-2130575232
Some attendees could not be granted permission to access the workspace.
-2130575231
Some attendees were not added due to user quota limit.
attendeeUpdateMessage
Type: System.StringA reference to a variable that will receive an attendee update message.
AttendeeEmailsUnresolved
Type: []A reference to an array variable that will receive e-mail addresses that fail to be resolved as users of the Web application.