Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlGrant.Email

TElAWSS3AccessControlGrant     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies email address of the grantee.

Declaration

[C#]
    string Email;

[VB.NET]
    Property Email As String

[Pascal]
    property Email : string;

[C++]
    void get_Email(std::string &OutResult);
    void set_Email(const std::string &Value);

[PHP]
    string get_Email()
    void set_Email(string $Value)

[Java]
    String getEmail();
    void setEmail(String Value);

Description

    Use this property to specify the email address of the grantee.

See also:     GranteeType     GroupURI    

Discuss this help topic in SecureBlackbox Forum