C# Class Microsoft.Protocols.TestSuites.Common.AttachmentId

Refers to an attachment Id
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
AttachmentIdLength short
Id byte[]

Property Details

AttachmentIdLength public property

The attachment Id bytes length
public short AttachmentIdLength
return short

Id public property

Attachment Id bytes
public byte[] Id
return byte[]