LumiSoft Mail Server User API
FetchInterval Property
Namespaces > LumiSoft.MailServer.API.UserAPI > FetchMessages_Settings > FetchInterval
Gets or sets how fetch seconds, how often to fetch messages from remote server.
Syntax
C#Visual BasicManaged C++
public int FetchInterval { get; set; }
Public Property FetchInterval As Integer
public:
int FetchInterval {
	int get ();
	void set (int value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)