ContactFreeBusyLocation Property |
Gets or sets URL path from which a client can retrieve free/busy information for the contact as an iCal file
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string FreeBusyLocation { get; set; }
Public Property FreeBusyLocation As String
Get
Set
public:
property String^ FreeBusyLocation {
String^ get ();
void set (String^ value);
}
member FreeBusyLocation : string with get, set
Property Value
Type:
String
See Also