Share via


BodyType.BodyType1 Property

The BodyType1 property gets or sets one of the valid BodyTypeType enumeration values that specifies how the content of the body is formatted.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlAttributeAttribute("BodyType")> _
Public Property BodyType1 As BodyTypeType
[XmlAttributeAttribute("BodyType")] 
public BodyTypeType BodyType1 { get; set; }
[XmlAttributeAttribute(L"BodyType")] 
public:
property BodyTypeType BodyType1 {
    BodyTypeType get ();
    void set (BodyTypeType value);
}
/** @property */
public BodyTypeType get_BodyType1 ()

/** @property */
public void set_BodyType1 (BodyTypeType value)
public function get BodyType1 () : BodyTypeType

public function set BodyType1 (value : BodyTypeType)

Property Value

The BodyType1 property returns one of the valid BodyTypeType enumeration values.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)