Méthode | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
GetNextEmail ( UUID objectID, string sender, string subject, IScene scene ) : |
Gets any emails that a prim may have
|
|
GetNextEmailAsync ( UUID objectID, string sender, string subject, NextEmail handler, IScene scene ) : void |
Gets any emails that a prim may have asynchronously
|
|
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
InsertEmail ( UUID to, |
||
LocalOnly ( ) : bool |
Gets a value indicating whether this EmailModule local only.
|
|
SendEmail ( UUID objectID, string address, string subject, string body, IScene scene ) : void |
SendMail function utilized by llEMail
|
|
Start ( IConfigSource config, IRegistryCore registry ) : void |
Méthode | Description | |
---|---|---|
GetRemoteEmails ( UUID objectID, IScene scene ) : void | ||
IsLocal ( UUID objectID, IScene scene ) : bool | ||
findPrim ( UUID objectID, string &ObjectRegionName, IScene s ) : ISceneChildEntity | ||
resolveNamePositionRegionName ( UUID objectID, string &ObjectName, string &ObjectAbsolutePosition, string &ObjectRegionName, IScene scene ) : void |
public GetNextEmail ( UUID objectID, string sender, string subject, IScene scene ) : |
||
objectID | UUID | |
sender | string | |
subject | string | |
scene | IScene | |
Résultat |
public GetNextEmailAsync ( UUID objectID, string sender, string subject, NextEmail handler, IScene scene ) : void | ||
objectID | UUID | |
sender | string | |
subject | string | |
handler | NextEmail | |
scene | IScene | |
Résultat | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |
public InsertEmail ( UUID to, |
||
to | UUID | |
Résultat | void |
public SendEmail ( UUID objectID, string address, string subject, string body, IScene scene ) : void | ||
objectID | UUID | |
address | string | |
subject | string | |
body | string | |
scene | IScene | Can be null |
Résultat | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |