Message InternetFreeBusyAddress Property | MSG .NET Class Library |
Contains the url location of the user's free-busy information in vCard Free-Busy standard format.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string InternetFreeBusyAddress { get; set; }
public string InternetFreeBusyAddress { get; set; }
Public Property InternetFreeBusyAddress As String Get Set
Public Property InternetFreeBusyAddress As String Get Set
Dim instance As Message Dim value As String value = instance.InternetFreeBusyAddress instance.InternetFreeBusyAddress = value
Dim instance As Message Dim value As String value = instance.InternetFreeBusyAddress instance.InternetFreeBusyAddress = value
/** @property */ public String get_InternetFreeBusyAddress() /** @property */ public void set_InternetFreeBusyAddress(String value)
/** @property */ public String get_InternetFreeBusyAddress() /** @property */ public void set_InternetFreeBusyAddress(String value)
function get InternetFreeBusyAddress () : String function set InternetFreeBusyAddress (value : String)
function get InternetFreeBusyAddress () : String function set InternetFreeBusyAddress (value : String)
function get_InternetFreeBusyAddress(); function set_InternetFreeBusyAddress(value);
function get_InternetFreeBusyAddress(); function set_InternetFreeBusyAddress(value);
Property Value
Type:
The internet free busy address.
See Also