IBaseMessage インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public interface class IBaseMessage
[System.Runtime.InteropServices.Guid("fff93002-75a2-450a-8a39-53120ca8d8fa")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IBaseMessage
type IBaseMessage = interface
Public Interface IBaseMessage
- 派生
- 属性
プロパティ
| BodyPart | |
| BodyPartName | |
| Context | |
| IsMutable | |
| MessageID | |
| PartCount |
メソッド
| AddPart(String, IBaseMessagePart, Boolean) | |
| GetErrorInfo() | |
| GetPart(String) | |
| GetPartByIndex(Int32, String) | |
| GetSize(UInt64, Boolean) | |
| RemovePart(String) | |
| SetErrorInfo(Exception) |
拡張メソッド
| Clone(IBaseMessage, IPipelineContext, Stream) | |
| CloneAttachmentsTo(IBaseMessage, IBaseMessage, IBaseMessageFactory) | |
| Update(IBaseMessage, Guid, Boolean, Boolean) |