# Group Email

| **Subgroup**   | **Action**                                                                                                              | **Description**                                                                |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| Email          | [Send E-mail](/kalipso5/developing/form/actions/actions-description/group-email/send-e-mail.md)                         | Send an e-mail through the operating system email client.                      |
|                |                                                                                                                         |                                                                                |
| SMTP           | [SMTP Connect](/kalipso5/developing/form/actions/actions-description/group-email/smtp-connect.md)                       | Connect to a SMTP server.                                                      |
| SMTP           | [SMTP Send E-Mail](/kalipso5/developing/form/actions/actions-description/group-email/smtp-send-e-mail.md)               | Send an e-mail through a SMTP server.                                          |
| SMTP           | [SMTP Disconnect](/kalipso5/developing/form/actions/actions-description/group-email/smtp-disconnect.md)                 | Disconnects from a SMTP Server.                                                |
|                |                                                                                                                         |                                                                                |
| POP3           | [POP3 Connect](/kalipso5/developing/form/actions/actions-description/group-email/pop3-connect.md)                       | Connect to a POP3 server.                                                      |
| POP3           | [POP3 Get Nbr Messages](/kalipso5/developing/form/actions/actions-description/group-email/pop3-get-nbr-messages.md)     | Gets the number of messages from POP3 server.                                  |
| POP3           | [POP3 Get E-Mail](/kalipso5/developing/form/actions/actions-description/group-email/pop3-get-e-mail.md)                 | Gets a specified e-mail from POP3 server.                                      |
| POP3           | [POP3 Delete E-Mail](/kalipso5/developing/form/actions/actions-description/group-email/pop3-delete-e-mail.md)           | Deletes a specified e-mail on POP3 server.                                     |
| POP3           | [POP3 Disconnect](/kalipso5/developing/form/actions/actions-description/group-email/pop3-disconnect.md)                 | Disconnects from a POP3 server.                                                |
| POP3           | [Load E-Mail From File](/kalipso5/developing/form/actions/actions-description/group-email/load-e-mail-from-file.md)     | Loads the e-mail content from a file.                                          |
| POP3           | [POP3 Get Unique ID List](/kalipso5/developing/form/actions/actions-description/group-email/pop3-get-unique-id-list.md) | Gets a list of Unique ID's from a POP3 Server.                                 |
| POP3           | [POP3 Get E-Mail Header](/kalipso5/developing/form/actions/actions-description/group-email/pop3-get-e-mail-header.md)   | Gets the header of the specified e-mail from a POP3 server.                    |
|                |                                                                                                                         |                                                                                |
| Pocket Outlook | [POut Connect](/kalipso5/developing/form/actions/actions-description/group-email/pout-connect.md)                       | Connect to a specified account and folder on Pocket Outlook.                   |
| Pocket Outlook | [POut Get Number of Msgs](/kalipso5/developing/form/actions/actions-description/group-email/pout-get-number-of-msgs.md) | Gets the number of messages from Pocket Outlook.                               |
| Pocket Outlook | [POut Get Message](/kalipso5/developing/form/actions/actions-description/group-email/pout-get-message.md)               | Gets a specified e-mail message from Pocket Outlook.                           |
| Pocket Outlook | [POut Delete Message](/kalipso5/developing/form/actions/actions-description/group-email/pout-delete-message.md)         | Deletes a specified message from Pocket Outlook.                               |
| Pocket Outlook | [POut Create Message](/kalipso5/developing/form/actions/actions-description/group-email/pout-create-message.md)         | Create a message on Pocket Outlook.                                            |
| Pocket Outlook | [POut Disconnect](/kalipso5/developing/form/actions/actions-description/group-email/pout-disconnect.md)                 | Disconnects from a Pocket Outlook.                                             |
| Pocket Outlook | [Get Contact List](/kalipso5/developing/form/actions/actions-description/group-email/get-contact-list.md)               | Gets a list of contacts on Pocket Outlook.                                     |
| Pocket Outlook | [Get Contact Properties](/kalipso5/developing/form/actions/actions-description/group-email/get-contact-properties.md)   | Gets the value of specified property from specified contact on Pocket Outlook. |
| Pocket Outlook | [Set Contact Properties](/kalipso5/developing/form/actions/actions-description/group-email/set-contact-properties.md)   | Sets a value of specified property from specified contact on Pocket Outlook.   |
| Pocket Outlook | [Delete Contact](/kalipso5/developing/form/actions/actions-description/group-email/delete-contact.md)                   | Deletes a specified contact on Pocket Outlook.                                 |
| Pocket Outlook | [Add Contact](/kalipso5/developing/form/actions/actions-description/group-email/add-contact.md)                         | Adds a contact to Pocket Outlook.                                              |
| Pocket Outlook | [Get Task List](/kalipso5/developing/form/actions/actions-description/group-email/get-task-list.md)                     | Gets a Outlook Task's ID List for a specified Pocket Outlook.                  |
| Pocket Outlook | [Get Task Properties](/kalipso5/developing/form/actions/actions-description/group-email/get-task-properties.md)         | Gets the value of specified property from specified Task on Pocket Outlook.    |
| Pocket Outlook | [Set Task Properties](/kalipso5/developing/form/actions/actions-description/group-email/set-task-properties.md)         | Sets a value of specified property from specified Task on Pocket Outlook.      |
| Pocket Outlook | [Delete Task](/kalipso5/developing/form/actions/actions-description/group-email/delete-task.md)                         | Deletes a specified Task on Pocket Outlook.                                    |
| Pocket Outlook | [Add Task](/kalipso5/developing/form/actions/actions-description/group-email/add-task.md)                               | Adds a Task to Pocket Outlook.                                                 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-list/group-email.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
