Skip to main content
All docs
V23.2

OutlookEngine Members

The default implementation of the IOutlookEngine interface.

Constructors

Name Description
OutlookEngine(TokenCredential) Initializes a new instance of the OutlookEngine class with specified settings.
OutlookEngine(String, String) Initializes a new instance of the OutlookEngine class with specified settings.

Methods

Name Description
DeleteEvent(String) This member supports the internal infrastructure, and is not intended to be used directly from your code.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAllEventsFromCalendarAsync(String, Int32) This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetCalendarsAsync(Int32) This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetCalendarViewAsync(String, DateTime, DateTime, Int32) This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetOccurrencesFromTemplateAsync(String, DateTime, DateTime, Int32) This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetType() Gets the Type of the current instance. Inherited from Object.
InsertEvent(ref Event, String) This member supports the internal infrastructure, and is not intended to be used directly from your code.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
TryUpdateEvent(ref Event, String) This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also