AttachmentInfo class fields

public readonly long Size;
public readonly long Size;

Uid field

Gets the unique identifier of an attachment.

Syntax

public readonly Guid Uid;

Field Value

Type: System.Guid

 

Name field

Gets the name of an attachment.

Syntax

public readonly string Name;

Field Value

Type: System.String

 

Size field

Gets the size of an attachment in bytes.

Syntax

public readonly long Size;

Field Value

Type: System.Guid