This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
member [2024/03/22 13:52] 127.0.0.1 external edit |
member [2026/04/28 16:53] (current) clubadmin [Member.SendEmail] |
||
|---|---|---|---|
| Line 465: | Line 465: | ||
| ===== Member.SendEmail===== | ===== Member.SendEmail===== | ||
| - | |||
| Sends an Email to a given member, note: this is using HTTP post! | Sends an Email to a given member, note: this is using HTTP post! | ||
| When address is left empty it will use the email address of the given member. | When address is left empty it will use the email address of the given member. | ||
| + | The cc and bcc fields are optional. Multiple recipients can be separated by a comma or semicolon. | ||
| { | { | ||
| " | " | ||
| " | " | ||
| - | " | + | " |
| - | " | + | " |
| " | " | ||
| - | " | + | " |
| + | " | ||
| + | " | ||
| } | } | ||
| | | ||
| Example: | Example: | ||
| - | |||
| https:// | https:// | ||
| Line 567: | Line 567: | ||
| public bool Failed | public bool Failed | ||
| } | } | ||
| + | | ||
| + | ===== Member.GetContractState===== | ||
| + | |||
| + | Returns all the details of given contract | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | ===== Member.GetContractFile===== | ||
| + | |||
| + | Returns the signed pdf contract of a given contract | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | |||