RetrieveExchangeAppointmentsRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the appointments for the current user for a specific date range from the exchange web service.
public ref class RetrieveExchangeAppointmentsRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class RetrieveExchangeAppointmentsRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type RetrieveExchangeAppointmentsRequest = class
inherit OrganizationRequest
Public NotInheritable Class RetrieveExchangeAppointmentsRequest
Inherits OrganizationRequest
- Inheritance
- Attributes
Remarks
For the Web API use the RetrieveExchangeAppointments function.
Use of this message requires that the proper Mailbox and Email Server are set up for the user. If these are not property configured, this message can return the following errors;
Error | Possible Cause |
---|---|
The remote server returned an error: (401) Unauthorized. | Email credentials are incorrect. |
The remote name could not be resolved: '<hostname>' | Invalid Exchange Web Services endpoint |
The remote server returned an error: (403) Forbidden. | Invalid SSL (HTTPS) settings |
Could not determine exchange server URL.. | Auto discovery error. |
Constructors
RetrieveExchangeAppointmentsRequest() |
Initializes a new instance of the RetrieveExchangeAppointmentsRequest class. |
Properties
EndDate |
Gets or sets the end date of the range in UTC. |
ExtensionData |
Gets or sets the structure that contains extra data. Optional. (Inherited from OrganizationRequest) |
Item[String] |
Gets or sets the indexer for the |
Parameters |
Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |
RequestId |
Gets or sets the ID of the request. Optional. (Inherited from OrganizationRequest) |
RequestName |
Gets or sets the name of the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |
StartDate |
Gets or sets the start date of the range in UTC. |