iCal Methods |
The iCal type exposes the following members.
Name | Description | |
---|---|---|
AsAttachment |
Construct the iCalendar file in memory and return it as an email attachment.
Internally GetContent(iCalNotificationType, String) is used to construct the iCalendar text.
| |
AsAttachments |
Construct the iCalendar file in memory and return it as an email attachment in a single-item array of attachments.
In this form the iCalendar is ready for immediate use when sending an email with no additional attachments.
Internally GetContent(iCalNotificationType, String) is used to construct the iCalendar text and AsAttachment(iCalNotificationType, String) is used
to construct the attachment.
| |
CalAddress |
Constructs an iCalendar MAILTO URI as defined by RFC 1738.
| |
CreateGotoMeeting |
IN DEVELOPMENT - Generates a GotoMeeting invitation to be included in the iCalendar Description.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetContent |
Gets the iCalendar content string. Normally this is included as the content for a textfile attachment, with a .ics extension, to an email
| |
GetEventContent |
Returns the event content
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSubscription |
Gets a VCALENDAR subscription for the provided list of events.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |