LumiSoft Mail Server User API
Expires Property
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_ContactParam > Expires
Gets or sets expire parameter (time in seconds when contact expires). Value -1 means not specified.
Syntax
C#Visual BasicManaged C++
public int Expires { get; set; }
Public Property Expires As Integer
public:
int Expires {
	int get ();
	void set (int value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)