MonthNamesType Enumeration

The MonthNamesType enumeration describes the month in which a yearly recurring item occurs.

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

Syntax

'Declaration
<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration MonthNamesType
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum MonthNamesType
[SerializableAttribute] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum class MonthNamesType
/** @attribute SerializableAttribute() */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
public enum MonthNamesType
SerializableAttribute 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
public enum MonthNamesType

Members

Member name Description
April Indicates that the item recurs every April.
August Indicates that the item recurs every August.
December Indicates that the item recurs every December.
February Indicates that the item recurs every February.
January Indicates that the item recurs every January.
July Indicates that the item recurs every July.
June Indicates that the item recurs every June.
March Indicates that the item recurs every March.
May Indicates that the item recurs every May.
November Indicates that the item recurs every November.
October Indicates that the item recurs every October.
September Indicates that the item recurs every September.

Remarks

This enumeration is used by the Month property of the RelativeYearlyRecurrencePatternType object and the Month property of the AbsoluteYearlyRecurrencePatternType object.

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