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

Refers to an attachment Id
显示文件 Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
AttachmentIdLength short
Id byte[]

Property Details

AttachmentIdLength public_oe property

The attachment Id bytes length
public short AttachmentIdLength
return short

Id public_oe property

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