| InviteHeadersContact Property  | 
            Gets the value of the Contact header.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic SIPAddress Contact { get; set; }Public Property Contact As SIPAddress
	Get
	Set
public:
property SIPAddress^ Contact {
	SIPAddress^ get ();
	void set (SIPAddress^ value);
}member Contact : SIPAddress with get, set
Property Value
Type: 
SIPAddress
See Also