_ExchangeUser.GetFreeBusy(DateTime, Int32, Object)
_ExchangeUser.GetFreeBusy(DateTime, Int32, Object)
Method
Definition
Obtains a String (string in C#) representing the availability of the ExchangeUser for a period of 30 days from the start date, beginning at midnight of the date specified.
public string GetFreeBusy (DateTime Start, int MinPerChar, object CompleteFormat);
Public Function GetFreeBusy (Start As DateTime, MinPerChar As Integer, Optional CompleteFormat As Object) As String
Parameters
A value of True indicates that a finer granularity of busy time is returned in the free/busy string. A value of False indicates that a distinction between only the available and busy times is returned.
Returns
A String (string in C#) that represents the availability of the Exchange user for a period of 30 days from the start date, beginning at midnight of the date specified. Each character in the String (string in C#) is a value indicating if the user is available (0), and optionally, whether a busy time is marked tentative (1), out of office (3), or other (2).