Interface OutlookMetadataOrBuilder (0.3.0)

public interface OutlookMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComment()

public abstract String getComment()

A user-defined comment or note associated with the Outlook item.

string comment = 1;

Returns
Type Description
String

The comment.

getCommentBytes()

public abstract ByteString getCommentBytes()

A user-defined comment or note associated with the Outlook item.

string comment = 1;

Returns
Type Description
ByteString

The bytes for comment.

getSecurityFlagsCount()

public abstract int getSecurityFlagsCount()

Count of Security-related flags for the message, such as encryption or signing status.

int32 security_flags_count = 4;

Returns
Type Description
int

The securityFlagsCount.

getTemplate()

public abstract String getTemplate()

The name of the template file used to create the Outlook item.

string template = 2;

Returns
Type Description
String

The template.

getTemplateBytes()

public abstract ByteString getTemplateBytes()

The name of the template file used to create the Outlook item.

string template = 2;

Returns
Type Description
ByteString

The bytes for template.

getTitle()

public abstract String getTitle()

The title of the Outlook item.

string title = 3;

Returns
Type Description
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

The title of the Outlook item.

string title = 3;

Returns
Type Description
ByteString

The bytes for title.