Celin.AIS.Text
Module for managing Text Attachments.
Get-Celin.AIS.Text
Get text attachment.
- Name
- Attachment name.
- Key
- Attachment key.
- Sequence (Optional)
- Attachment sequence if provided, otherwise all.
Example
Get address book text attachments (ABGT
) for address book number 4242.
$tmos = get-celin.ais.text abgt 4242
Set-Celin.AIS.Text
Set text attachment.
- Name
- Attachment name.
- Key
- Attachment key.
- Text
- Attachment Text.
- ItemName (Optional)
- Attachmentâs item name.
- Sequence (Optional)
- Attachment sequence.
- Append (Optional)
- Append to existing text (overwrites by default).
Example
Append the address book attachment number 1.
set-celin.ais.text abgt 4242 `
"Working on the Help..." -Sequence 1 -Append
Remove-Celin.AIS.Text
Remove text attachment.
- Name
- Attachment name.
- Key
- Attachment key.
- Sequence
- Attachment sequence.
Example
Remove address book text attachment number 1 from 4242.
remove-celin.ais.text abgt 4242 1