_ContactItem.Anniversary Property
Returns or sets a DateTime indicating the anniversary date for the contact. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Anniversary As DateTime
Get
Set
'Usage
Dim instance As _ContactItem
Dim value As DateTime
value = instance.Anniversary
instance.Anniversary = value
[DispIdAttribute()]
DateTime Anniversary { get; set; }
Property Value
Type: System.DateTime