Specify events associated with a contact More...
Inherits Object.
Public Member Functions | |
System::DateTime | get_Birthday () const |
Specifies the birthday of the contact More... | |
void | set_Birthday (System::DateTime value) |
Specifies the birthday of the contact More... | |
System::DateTime | get_WeddingAnniversary () const |
Specifies the wedding anniversary of the contact More... | |
void | set_WeddingAnniversary (System::DateTime value) |
Specifies the wedding anniversary of the contact More... | |
MapiContactEventPropertySet () | |
Initializes a new instance of the MapiContactEventPropertySet class More... | |
MapiContactEventPropertySet (System::SharedPtr< MapiMessage > msg) | |
Initializes a new instance of the MapiContactEventPropertySet class More... | |
MapiContactEventPropertySet (System::SharedPtr< MapiPropertyCollection > properties) | |
Initializes a new instance of the MapiContactEventPropertySet class More... | |
MapiContactEventPropertySet (System::Nullable< System::DateTime > birthday, System::Nullable< System::DateTime > weddingAnniversary) | |
MapiContactEventPropertySet (System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > properties) | |
Initializes a new instance of the MapiContactEventPropertySet class More... | |
void | ToVCard (System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > vCardProperties) |
Converts this MapiContactEventPropertySet into vCard properties and adds them to the specified VCardHeaderList More... | |
void | SetProperties (System::SharedPtr< MapiMessage > msg) |
Sets the message properties. More... | |
Friends | |
class | Aspose::Email::Tools::ContactConverter |
class | Aspose::Email::Mapi::MapiContact |
Specify events associated with a contact
Aspose::Email::Mapi::MapiContactEventPropertySet::MapiContactEventPropertySet | ( | ) |
Initializes a new instance of the MapiContactEventPropertySet class
Aspose::Email::Mapi::MapiContactEventPropertySet::MapiContactEventPropertySet | ( | System::SharedPtr< MapiMessage > | msg | ) |
Initializes a new instance of the MapiContactEventPropertySet class
msg | A MapiMessage containing contact events properties |
Aspose::Email::Mapi::MapiContactEventPropertySet::MapiContactEventPropertySet | ( | System::SharedPtr< MapiPropertyCollection > | properties | ) |
Initializes a new instance of the MapiContactEventPropertySet class
properties | A MapiPropertyCollection containing contact events properties |
Aspose::Email::Mapi::MapiContactEventPropertySet::MapiContactEventPropertySet | ( | System::Nullable< System::DateTime > | birthday, |
System::Nullable< System::DateTime > | weddingAnniversary | ||
) |
Aspose::Email::Mapi::MapiContactEventPropertySet::MapiContactEventPropertySet | ( | System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > | properties | ) |
Initializes a new instance of the MapiContactEventPropertySet class
properties | A VCardHeaderList containing contact events properties |
System::DateTime Aspose::Email::Mapi::MapiContactEventPropertySet::get_Birthday | ( | ) | const |
Specifies the birthday of the contact
System::DateTime Aspose::Email::Mapi::MapiContactEventPropertySet::get_WeddingAnniversary | ( | ) | const |
Specifies the wedding anniversary of the contact
void Aspose::Email::Mapi::MapiContactEventPropertySet::set_Birthday | ( | System::DateTime | value | ) |
Specifies the birthday of the contact
void Aspose::Email::Mapi::MapiContactEventPropertySet::set_WeddingAnniversary | ( | System::DateTime | value | ) |
Specifies the wedding anniversary of the contact
void Aspose::Email::Mapi::MapiContactEventPropertySet::SetProperties | ( | System::SharedPtr< MapiMessage > | msg | ) |
Sets the message properties.
msg | The MapiMessage. |
void Aspose::Email::Mapi::MapiContactEventPropertySet::ToVCard | ( | System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > | vCardProperties | ) |
Converts this MapiContactEventPropertySet into vCard properties and adds them to the specified VCardHeaderList
vCardProperties | A VCardHeaderList |
|
friend |
|
friend |