Class OutlookMetadata
Microsoft Outlook specific metadata.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class OutlookMetadata : IMessage<OutlookMetadata>, IEquatable<OutlookMetadata>, IDeepCloneable<OutlookMetadata>, IBufferMessage, IMessage
Constructors
OutlookMetadata()
Declaration
public OutlookMetadata()
OutlookMetadata(OutlookMetadata)
Declaration
public OutlookMetadata(OutlookMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| OutlookMetadata | other |
Properties
Comment
A user-defined comment or note associated with the Outlook item.
Declaration
public string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecurityFlagsCount
Count of Security-related flags for the message, such as encryption or signing status.
Declaration
public int SecurityFlagsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Template
The name of the template file used to create the Outlook item.
Declaration
public string Template { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The title of the Outlook item.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |