ResponseObjectType.ObjectName Property
The ObjectName property gets or sets the name of the reply object class as an English string.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property ObjectName As String
[XmlAttributeAttribute]
public string ObjectName { get; set; }
[XmlAttributeAttribute]
public:
property String^ ObjectName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ObjectName ()
/** @property */
public void set_ObjectName (String value)
public function get ObjectName () : String
public function set ObjectName (value : String)
Property Value
The ObjectName property returns an English string that represents the name of the reply object class.
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)
See Also
Reference
ResponseObjectType Class
ResponseObjectType Members
ExchangeWebServices Namespace
ReplyToItemType Class
ReplyAllToItemType Class
ForwardItemType Class
SuppressReadReceiptType
CancelCalendarItemType Class
AcceptItemType Class
TentativelyAcceptItemType
DeclineItemType Class
RemoveItemType Class
PostReplyItemBaseType Class