Method | Description | |
---|---|---|
Execute ( ) : void |
Executes this instance.
|
|
SaveCommunicationTransaction ( ) : System.Collections.Generic |
Initializes a new instance of the SaveCommunicationTransaction class.
|
|
SaveCommunicationTransaction ( List |
Initializes a new instance of the SaveCommunicationTransaction class.
|
|
SaveCommunicationTransaction ( string to, string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic |
Initializes a new instance of the SaveCommunicationTransaction class.
|
Method | Description | |
---|---|---|
SaveCommunicationTransaction ( string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic |
Initializes a new instance of the SaveCommunicationTransaction class.
|
public SaveCommunicationTransaction ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SaveCommunicationTransaction ( List |
||
to | List |
To. |
fromName | string | From name. |
fromAddress | string | From address. |
subject | string | The subject. |
message | string | The message. |
return | System.Collections.Generic |
public SaveCommunicationTransaction ( string to, string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic | ||
to | string | To. |
fromName | string | From name. |
fromAddress | string | From address. |
subject | string | The subject. |
message | string | The message. |
return | System.Collections.Generic |