Vcalendar Constructor
Namespace:
FLEXYGO
Assembly: flxSysProcess (in flxSysProcess.dll)
Assembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public Vcalendar( DateTime aStartDate, DateTime aEnddate, string aLocation, string aOrganizerName, string aOrganizerEmail, string aSummary, string aSubject, string aAttendeeEmail, string aguid, string aBody, bool aReminder, bool aDefaultBodyText, Object aReminderDate )
Public Sub New ( _ aStartDate As DateTime, _ aEnddate As DateTime, _ aLocation As String, _ aOrganizerName As String, _ aOrganizerEmail As String, _ aSummary As String, _ aSubject As String, _ aAttendeeEmail As String, _ aguid As String, _ aBody As String, _ aReminder As Boolean, _ aDefaultBodyText As Boolean, _ aReminderDate As Object _ )
Parameters
- aStartDate
- Type: DateTime
- aEnddate
- Type: DateTime
- aLocation
- Type: String
- aOrganizerName
- Type: String
- aOrganizerEmail
- Type: String
- aSummary
- Type: String
- aSubject
- Type: String
- aAttendeeEmail
- Type: String
- aguid
- Type: String
- aBody
- Type: String
- aReminder
- Type: Boolean
- aDefaultBodyText
- Type: Boolean
- aReminderDate
- Type: Object