--- title: "VETPost" description: "Contains details about a Microsoft Teams channel post. Property Type Description String Post author. String Post subject. DateTime Date and time the post was created. DateTime Date and time when the post was last modified." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vetpost.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VETPost" dateModified: "2026-08-18" --- # VETPost Contains details about a Microsoft Teams channel post.
|
Property |
Type |
Description |
|---|---|---|
|
Author |
String |
Post author. |
|
Subject |
String |
Post subject. |
|
CreatedTime |
DateTime |
Date and time the post was created. |
|
LastModifiedTime |
DateTime |
Date and time when the post was last modified. |
|
IsImportant |
Bool |
If True, the post is marked as important. |
|
IsDeleted |
Bool |
If True, the post is deleted. |
|
Attachments |
Post attachments. |
|
|
Body |
Contains information about the type and size of the item body (in kilobytes). |
|
|
Base64UniqueKey |
String |
Unique key file provided as a Base64 String. |
|
ParentPost |
VETPost |
Parent post, if there is one. |