C# 클래스 MAPIInspector.Parsers.LongTermId

The structure of LongTermId
상속: SyntacticalBase
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DatabaseGuid System.Guid
pad ushort

공개 메소드들

메소드 설명
LongTermId ( FastTransferStream stream ) : System

Initializes a new instance of the LongTermId structure.

Parse ( FastTransferStream stream ) : void

Parse the ROP response buffer.

메소드 상세

LongTermId() 공개 메소드

Initializes a new instance of the LongTermId structure.
public LongTermId ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
리턴 System

Parse() 공개 메소드

Parse the ROP response buffer.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream
리턴 void

프로퍼티 상세

DatabaseGuid 공개적으로 프로퍼티

A 128-bit unsigned integer identifying a Store object.
public Guid,System DatabaseGuid
리턴 System.Guid

pad 공개적으로 프로퍼티

An unshort.
public ushort pad
리턴 ushort