CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of IceWarp
C#
public bool CreateStaticRouteAccount(string staticRouteAlias, string staticRouteName, string staticRouteForwardedToAddress)
       {
           //Create a new AccountObject
           AccountObject objAccount = new AccountObject();
           if (objAccount.LastErr < 0)
               throw new Exception("Unable to create static route account object : "
                                   + GetExceptionMessage(objAccount.LastErr));
 
 
           //assign token handle value to AccountObject
by nobodybutca   December 01, 2010 @ 2:54pm
264 Views
1 comments
 
C#
public bool CreateAccount(string Alias, string Name, string Password)
       {
           IceWarpServer.StatisticsObject statisticsObject = new StatisticsObject();
 
           //Create a new AccountObject
           IceWarpServer.AccountObject objAccount = new IceWarpServer.AccountObject();
           if (objAccount.LastErr < 0)
               throw new Exception("Unable to create account object : "
                   + GetExceptionMessage(objAccount.LastErr));
by nobodybutca   October 11, 2010 @ 10:30pm
223 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate