Show / Hide Table of Contents

Class OutlookMetadata

Microsoft Outlook specific metadata.

Inheritance
object
OutlookMetadata
Implements
IMessage<OutlookMetadata>
IEquatable<OutlookMetadata>
IDeepCloneable<OutlookMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX