Rinchi-Outlook
view release on metacpan or search on metacpan
lib/Rinchi/Outlook.pm view on Meta::CPAN
=head2 $value = $Object->ID([$new_value]);
Set or get value of the ID attribute.
Type: String
Lower: 0
Upper: 1
=cut
sub ID() {
my $self = shift;
if (@_) {
$self->setAttribute('ID', shift);
}
return $self->getAttribute('ID');
}
#===============================================================================
# Rinchi::Outlook::AddressEntry::Manager
lib/Rinchi/Outlook.pm view on Meta::CPAN
=head2 $value = $Object->ID([$new_value]);
Set or get value of the ID attribute.
Type: String
Lower: 0
Upper: 1
=cut
sub ID() {
my $self = shift;
if (@_) {
$self->setAttribute('ID', shift);
}
return $self->getAttribute('ID');
}
#===============================================================================
# Rinchi::Outlook::AddressList::Index
lib/Rinchi/Outlook.pm view on Meta::CPAN
Set or get value of the CC attribute.
Type: String
Lower: 0
Upper: 1
=cut
sub CC() {
my $self = shift;
if (@_) {
$self->setAttribute('CC', shift);
}
return $self->getAttribute('CC');
}
#===============================================================================
# Rinchi::Outlook::MailItem::DeferredDeliveryTime
lib/Rinchi/Outlook.pm view on Meta::CPAN
Set or get value of the To attribute.
Type: String
Lower: 0
Upper: 1
=cut
sub To() {
my $self = shift;
if (@_) {
$self->setAttribute('To', shift);
}
return $self->getAttribute('To');
}
#===============================================================================
# Rinchi::Outlook::MailItem::VotingOptions
( run in 1.225 second using v1.01-cache-2.11-cpan-800906f7e73 )