C# 클래스 MAPIInspector.Parsers.PropertyTagWithGroupPropertyName

This structure is a PropertyTag Structure (MS-OXCDATA section 2.9) which is special for named properties
상속: MAPIInspector.Parsers.BaseStructure
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropertyId ushort
PropertyType PropertyDataType
groupPropertyName GroupPropertyName

공개 메소드들

메소드 설명
Parse ( FastTransferStream stream ) : void

Parse the PropertyTagWithGroupPropertyName structure.

메소드 상세

Parse() 공개 메소드

Parse the PropertyTagWithGroupPropertyName structure.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream
리턴 void

프로퍼티 상세

PropertyId 공개적으로 프로퍼티

public ushort PropertyId
리턴 ushort

PropertyType 공개적으로 프로퍼티

public PropertyDataType PropertyType
리턴 PropertyDataType

groupPropertyName 공개적으로 프로퍼티

public GroupPropertyName,MAPIInspector.Parsers groupPropertyName
리턴 GroupPropertyName