C# 클래스 MAPIInspector.Parsers.MessageChildren

The MessageChildren element represents children of the Message objects: Recipient and Attachment objects.
상속: SyntacticalBase
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attachments MAPIInspector.Parsers.Attachment[]
FxdelPropsBeforeAttachment MetaPropValue
FxdelPropsBeforeRecipient MetaPropValue
Recipients MAPIInspector.Parsers.Recipient[]

공개 메소드들

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

Initializes a new instance of the MessageChildren class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

메소드 상세

MessageChildren() 공개 메소드

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

Parse() 공개 메소드

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
리턴 void

프로퍼티 상세

Attachments 공개적으로 프로퍼티

public Attachment[],MAPIInspector.Parsers Attachments
리턴 MAPIInspector.Parsers.Attachment[]

FxdelPropsBeforeAttachment 공개적으로 프로퍼티

public MetaPropValue,MAPIInspector.Parsers FxdelPropsBeforeAttachment
리턴 MetaPropValue

FxdelPropsBeforeRecipient 공개적으로 프로퍼티

public MetaPropValue,MAPIInspector.Parsers FxdelPropsBeforeRecipient
리턴 MetaPropValue

Recipients 공개적으로 프로퍼티

public Recipient[],MAPIInspector.Parsers Recipients
리턴 MAPIInspector.Parsers.Recipient[]