C# 클래스 MAPIInspector.Parsers.ModifyRecipientRow

A class indicates the ModifyRecipientRow structure.
상속: MAPIInspector.Parsers.BaseStructure
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RecipientRow MAPIInspector.Parsers.RecipientRow
RecipientRowSize ushort
RecipientType byte
RowId uint

공개 메소드들

메소드 설명
ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System

The construct function for ModifyRecipientRow

Parse ( Stream s ) : void

Parse the ModifyRecipientRow structure.

메소드 상세

ModifyRecipientRow() 공개 메소드

The construct function for ModifyRecipientRow
public ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System
propTags MAPIInspector.Parsers.PropertyTag The initialized parameter
리턴 System

Parse() 공개 메소드

Parse the ModifyRecipientRow structure.
public Parse ( Stream s ) : void
s Stream An stream containing ModifyRecipientRow structure
리턴 void

프로퍼티 상세

RecipientRow 공개적으로 프로퍼티

public RecipientRow,MAPIInspector.Parsers RecipientRow
리턴 MAPIInspector.Parsers.RecipientRow

RecipientRowSize 공개적으로 프로퍼티

public ushort RecipientRowSize
리턴 ushort

RecipientType 공개적으로 프로퍼티

public byte RecipientType
리턴 byte

RowId 공개적으로 프로퍼티

public uint RowId
리턴 uint