PstItemKeywords Property
Gets ";"-separated list of keywords associated with this item.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Keywords { get; }

Property Value

Type: String
A ";"-separated list of keywords associated with this item, or an empty string if no keywords are defined or can be extracted.
See Also