次の方法で共有


MeetingMessageType クラス (Microsoft.SharePoint.Portal.WebControls)

このクラスおよびそのメンバは内部使用のために予約されており、ユーザー コード内で使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<SerializableAttribute> _
<GeneratedCodeAttribute("System.Xml", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<XmlIncludeAttribute(GetType(MeetingCancellationMessageType))> _
<XmlIncludeAttribute(GetType(MeetingResponseMessageType))> _
<XmlIncludeAttribute(GetType(MeetingRequestMessageType))> _
<DesignerCategoryAttribute("code")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Class MeetingMessageType
    Inherits ExchangeMessageType
'使用
Dim instance As MeetingMessageType
[SerializableAttribute] 
[GeneratedCodeAttribute("System.Xml", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[XmlIncludeAttribute(typeof(MeetingCancellationMessageType))] 
[XmlIncludeAttribute(typeof(MeetingResponseMessageType))] 
[XmlIncludeAttribute(typeof(MeetingRequestMessageType))] 
[DesignerCategoryAttribute("code")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public class MeetingMessageType : ExchangeMessageType

継承階層

System.Object
   Microsoft.SharePoint.Portal.WebControls.ItemType
     Microsoft.SharePoint.Portal.WebControls.ExchangeMessageType
      Microsoft.SharePoint.Portal.WebControls.MeetingMessageType
         Microsoft.SharePoint.Portal.WebControls.MeetingCancellationMessageType
         Microsoft.SharePoint.Portal.WebControls.MeetingRequestMessageType
         Microsoft.SharePoint.Portal.WebControls.MeetingResponseMessageType

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

MeetingMessageType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間