iCalCreateGotoMeeting Method |
IN DEVELOPMENT - Generates a GotoMeeting invitation to be included in the iCalendar
Description.
Namespace:
NetQuarry.Mail
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string CreateGotoMeeting(
string meetingID,
string accessCode,
string phoneNumber
)
Public Function CreateGotoMeeting (
meetingID As String,
accessCode As String,
phoneNumber As String
) As String
Parameters
- meetingID
- Type: SystemString
The GotoMeeting meeting ID. - accessCode
- Type: SystemString
The GotoMeeting access code. - phoneNumber
- Type: SystemString
The GotoMeeting phone number.
Return Value
Type:
StringThe GotoMeeting invitation text.
See Also