Method | Description | |
---|---|---|
AddAccount ( hMailServer oDomain, string sAddress, string sPassword ) : hMailServer.Account | ||
AddAccount ( hMailServer oDomain, string sAddress, string sPassword, int maxSize ) : hMailServer.Account | ||
AddAlias ( hMailServer domain, string sName, string sValue ) : hMailServer.Alias | ||
AddCorporateRule ( hMailServer oAccount ) : void | ||
AddDistributionList ( hMailServer oDomain, string sAddress, List |
||
AddDomain ( hMailServer oDomains, string sName ) : hMailServer.Domain | ||
AddDomain ( string name ) : hMailServer.Domain | ||
AddExactMatchRule ( hMailServer oAccount ) : void | ||
AddGroup ( string sName ) : hMailServer.Group | ||
AddGroupMember ( hMailServer group, hMailServer account ) : hMailServer.GroupMember | ||
AddSpamRule ( hMailServer oAccount ) : void | ||
AddTestDomain ( ) : hMailServer.Domain | ||
AssertBounceMessageExistsInQueue ( string bounceTo ) : void | ||
AssertClamDRunning ( ) : void | ||
AssertDeleteFile ( string file ) : void | ||
AssertFileExists ( string file, bool delete ) : void | ||
AssertFilesInDirectory ( string directory, int expectedFileCount ) : void | ||
AssertFilesInUserDirectory ( hMailServer account, int expectedFileCount ) : void | ||
AssertFolderExists ( hMailServer folders, string folderName ) : hMailServer.IMAPFolder | ||
AssertLiveLogContents ( ) : string | ||
AssertMessageExistsInFolder ( hMailServer folder, int expectedCount ) : void | ||
AssertRecipientsInDeliveryQueue ( int count ) : void | ||
AssertRecipientsInDeliveryQueue ( int count, bool forceSend ) : void | ||
AssertReportedError ( ) : void | ||
AssertReportedError ( string content ) : void | ||
AssertRetrieveFirstMessage ( hMailServer folder ) : hMailServer.Message | ||
AssertSpamAssassinIsRunning ( ) : void | ||
Authenticate ( ) : void | ||
ClearDomains ( ) : void | ||
CreateLargeDummyMailBody ( ) : string | ||
DefaultLogContains ( string data ) : bool | ||
DeleteCurrentDefaultLog ( ) : void | ||
DeleteEventLog ( ) : void | ||
DisableSpamProtection ( ) : void | ||
DoBasicSetup ( ) : hMailServer.Domain | ||
Escape ( string input ) : string | ||
GetApp ( ) : hMailServer.Application | ||
GetCurrentMIMEDateTime ( ) : string | ||
GetDefaultLogFileName ( ) : string | ||
GetErrorLogFileName ( ) : string | ||
GetEventLogFileName ( ) : string | ||
GetFileHash ( string fileName ) : string | ||
GetPublicDirectory ( ) : string | ||
GetResource ( string resourceName ) : string | ||
GethMailServerCOMIPaddress ( ) : string | ||
RandomString ( ) : string | ||
ReadAndDeleteErrorLog ( ) : string | ||
ReadCurrentDefaultLog ( ) : string | ||
ReadExistingTextFile ( string fileName ) : string | ||
RemoveAllRoutes ( ) : void | ||
SendMessagesInQueue ( ) : void | ||
Utilities ( ) : System | ||
WriteFile ( string file, string contents ) : void |
Method | Description | |
---|---|---|
ClearGreyListingWhiteAddresses ( ) : void | ||
DeleteMessagesInQueue ( ) : void | ||
DisableVirusProtection ( ) : void | ||
EnableLogging ( bool enable ) : void | ||
GetLocalIPAddress ( ) : |
||
GetNumberOfMessagesInDeliveryQueue ( ) : int | ||
RemoveAllGroups ( ) : void | ||
RemoveAllRules ( ) : void | ||
RemoveAllSharedFolders ( ) : void |
public AddAccount ( hMailServer oDomain, string sAddress, string sPassword ) : hMailServer.Account | ||
oDomain | hMailServer | |
sAddress | string | |
sPassword | string | |
return | hMailServer.Account |
public AddAccount ( hMailServer oDomain, string sAddress, string sPassword, int maxSize ) : hMailServer.Account | ||
oDomain | hMailServer | |
sAddress | string | |
sPassword | string | |
maxSize | int | |
return | hMailServer.Account |
public AddAlias ( hMailServer domain, string sName, string sValue ) : hMailServer.Alias | ||
domain | hMailServer | |
sName | string | |
sValue | string | |
return | hMailServer.Alias |
public AddCorporateRule ( hMailServer oAccount ) : void | ||
oAccount | hMailServer | |
return | void |
public AddDistributionList ( hMailServer oDomain, string sAddress, List |
||
oDomain | hMailServer | |
sAddress | string | |
recipients | List |
|
return | hMailServer.DistributionList |
public AddDomain ( hMailServer oDomains, string sName ) : hMailServer.Domain | ||
oDomains | hMailServer | |
sName | string | |
return | hMailServer.Domain |
public AddDomain ( string name ) : hMailServer.Domain | ||
name | string | |
return | hMailServer.Domain |
public AddExactMatchRule ( hMailServer oAccount ) : void | ||
oAccount | hMailServer | |
return | void |
public AddGroup ( string sName ) : hMailServer.Group | ||
sName | string | |
return | hMailServer.Group |
public AddGroupMember ( hMailServer group, hMailServer account ) : hMailServer.GroupMember | ||
group | hMailServer | |
account | hMailServer | |
return | hMailServer.GroupMember |
public AddSpamRule ( hMailServer oAccount ) : void | ||
oAccount | hMailServer | |
return | void |
public AddTestDomain ( ) : hMailServer.Domain | ||
return | hMailServer.Domain |
public AssertBounceMessageExistsInQueue ( string bounceTo ) : void | ||
bounceTo | string | |
return | void |
public static AssertDeleteFile ( string file ) : void | ||
file | string | |
return | void |
public static AssertFileExists ( string file, bool delete ) : void | ||
file | string | |
delete | bool | |
return | void |
public AssertFilesInDirectory ( string directory, int expectedFileCount ) : void | ||
directory | string | |
expectedFileCount | int | |
return | void |
public AssertFilesInUserDirectory ( hMailServer account, int expectedFileCount ) : void | ||
account | hMailServer | |
expectedFileCount | int | |
return | void |
public static AssertFolderExists ( hMailServer folders, string folderName ) : hMailServer.IMAPFolder | ||
folders | hMailServer | |
folderName | string | |
return | hMailServer.IMAPFolder |
public static AssertMessageExistsInFolder ( hMailServer folder, int expectedCount ) : void | ||
folder | hMailServer | |
expectedCount | int | |
return | void |
public static AssertRecipientsInDeliveryQueue ( int count ) : void | ||
count | int | |
return | void |
public static AssertRecipientsInDeliveryQueue ( int count, bool forceSend ) : void | ||
count | int | |
forceSend | bool | |
return | void |
public static AssertReportedError ( string content ) : void | ||
content | string | |
return | void |
public static AssertRetrieveFirstMessage ( hMailServer folder ) : hMailServer.Message | ||
folder | hMailServer | |
return | hMailServer.Message |
public static AssertSpamAssassinIsRunning ( ) : void | ||
return | void |
public static CreateLargeDummyMailBody ( ) : string | ||
return | string |
public static DefaultLogContains ( string data ) : bool | ||
data | string | |
return | bool |
public static DeleteCurrentDefaultLog ( ) : void | ||
return | void |
public static Escape ( string input ) : string | ||
input | string | |
return | string |
public static GetCurrentMIMEDateTime ( ) : string | ||
return | string |
public static GetDefaultLogFileName ( ) : string | ||
return | string |
public static GetErrorLogFileName ( ) : string | ||
return | string |
public static GetEventLogFileName ( ) : string | ||
return | string |
public static GetFileHash ( string fileName ) : string | ||
fileName | string | |
return | string |
public static GetResource ( string resourceName ) : string | ||
resourceName | string | |
return | string |
public static GethMailServerCOMIPaddress ( ) : string | ||
return | string |
public static ReadAndDeleteErrorLog ( ) : string | ||
return | string |
public static ReadCurrentDefaultLog ( ) : string | ||
return | string |
public static ReadExistingTextFile ( string fileName ) : string | ||
fileName | string | |
return | string |
public static WriteFile ( string file, string contents ) : void | ||
file | string | |
contents | string | |
return | void |