Property | Type | Description | |
---|---|---|---|
log | log4net.ILog |
Method | Description | |
---|---|---|
ExchangeWriter ( ) : System | ||
ResetAppointmentObject ( ) : void | ||
SaveAndResetAppointment ( ) : void | ||
WriteDescription ( String description ) : void | ||
WriteEndDate ( System.DateTime date ) : void | ||
WriteEndTimeZone ( System.DateTime date ) : void | ||
WriteIsAllDayEvent ( System.Boolean isAllDay ) : void | ||
WriteLocation ( String location ) : void | ||
WriteOptionalAttendee ( String attendee ) : void | ||
WriteOrganiser ( String organizer ) : void | ||
WriteRecurrence ( String recurrence ) : void | ||
WriteReminder ( int minutesBeforeStart ) : void | ||
WriteRequiredAttendee ( String attendee ) : void | ||
WriteStartDate ( System.DateTime date ) : void | ||
WriteTitle ( String title ) : void |
public WriteDescription ( String description ) : void | ||
description | String | |
return | void |
public WriteEndDate ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public WriteEndTimeZone ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public WriteIsAllDayEvent ( System.Boolean isAllDay ) : void | ||
isAllDay | System.Boolean | |
return | void |
public WriteLocation ( String location ) : void | ||
location | String | |
return | void |
public WriteOptionalAttendee ( String attendee ) : void | ||
attendee | String | |
return | void |
public WriteOrganiser ( String organizer ) : void | ||
organizer | String | |
return | void |
public WriteRecurrence ( String recurrence ) : void | ||
recurrence | String | |
return | void |
public WriteReminder ( int minutesBeforeStart ) : void | ||
minutesBeforeStart | int | |
return | void |
public WriteRequiredAttendee ( String attendee ) : void | ||
attendee | String | |
return | void |
public WriteStartDate ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |