IEWSClient.CheckUserAvailability
Contents
[
Hide
]CheckUserAvailability(string, DateRange)
Checks user availability within the specified time window.
public ExchangeUserAvailability CheckUserAvailability(string user, DateRange timeWindow)
Parameter | Type | Description |
---|---|---|
user | String | An user smtp address. |
timeWindow | DateRange | A time span for the queried user’s availability. |
Return Value
ExchangeUserAvailability
containing user availability information.
See Also
- class ExchangeUserAvailability
- class DateRange
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CheckUserAvailability(StringCollection, DateRange)
Checks users availability within the specified time window.
public ExchangeUserAvailabilityCollection CheckUserAvailability(StringCollection users,
DateRange timeWindow)
Parameter | Type | Description |
---|---|---|
users | StringCollection | An users smtp addresses. |
timeWindow | DateRange | A time span for the queried user’s availability. |
Return Value
ExchangeUserAvailabilityCollection
containing the users availability informaiton.
Exceptions
exception | condition |
---|---|
AsposeArgumentNullException | timeWindow or users is null . |
See Also
- class ExchangeUserAvailabilityCollection
- class DateRange
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email